Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Microsoft.OData.Cli/Microsoft.OData.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<ToolCommandName>odata-cli</ToolCommandName>
<RootNamespace>Microsoft.OData.Cli</RootNamespace>
<AssemblyName>Microsoft.OData.Cli</AssemblyName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>0.3.1</Version>
<Version>0.4.0</Version>
<Authors>Microsoft</Authors>
<Product>Microsoft.OData.Cli</Product>
<Description>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. </Description>
Expand Down