Skip to content

Commit

Permalink
multiple framework targets
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Nov 27, 2021
1 parent 95ff7ae commit 394cdec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;netcoreapp5.0;netcoreapp6.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 394cdec

Please sign in to comment.