Skip to content

Commit

Permalink
Add netstandard2.0 as addition target framework, also updated version…
Browse files Browse the repository at this point in the history
… to test
  • Loading branch information
Nyami authored Apr 24, 2024
1 parent e76fc5d commit 4c19f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lob.dotnet/lob.dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo><!-- setting GenerateAssemblyInfo to false causes this bug https://github.com/dotnet/project-system/issues/3934 -->
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<AssemblyName>lob.dotnet</AssemblyName>
<PackageId>lob.dotnet</PackageId>
<OutputType>Library</OutputType>
Expand All @@ -11,7 +11,7 @@
<AssemblyTitle>OpenAPI Library</AssemblyTitle>
<Description>A library generated from a OpenAPI spec for the Csharp language</Description>
<RootNamespace>lob.dotnet</RootNamespace>
<Version>1.1.3</Version>
<Version>1.1.4-beta</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\lob.dotnet.xml</DocumentationFile>
<RepositoryUrl>https://github.com/lob/lob-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 4c19f6a

Please sign in to comment.