Skip to content

Commit

Permalink
Add netstandard2.0 target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree authored Dec 28, 2022
1 parent 8236e9d commit 754e32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IdGen/IdGen.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.1</TargetFrameworks>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<Authors>RobIII</Authors>
<Company>Devcorner.nl</Company>
<PackageId>IdGen</PackageId>
Expand Down Expand Up @@ -47,4 +47,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit 754e32b

Please sign in to comment.