From 057b00e81055b5dde0139bd1c7ce13105b3bf039 Mon Sep 17 00:00:00 2001 From: marabooy Date: Tue, 20 May 2025 16:51:35 +0300 Subject: [PATCH] Update target framework --- src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj b/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj index 8931f992..f2957768 100644 --- a/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj +++ b/src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj @@ -1,14 +1,14 @@ - + Exe - net6.0 + net8.0 true odata-cli Microsoft.OData.Cli Microsoft.OData.Cli ./nupkg - 0.3.1 + 0.4.0 Microsoft Microsoft.OData.Cli The odata-cli is a CLI tool for generating strongly typed C# and Visual Basic client code for a specified OData service. It generates a DataServiceContext class to interact with the service and CLR types for each entity type and complex type in the service model. It does exactly what the OData Connected Service does.