[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #168 from nikcio/chore/targetframework
Browse files Browse the repository at this point in the history
chore(targetframework): Added .Net 6.0 as targetframework
  • Loading branch information
Shazwazza committed Nov 29, 2022
2 parents b6078e4 + 8aa9c61 commit 9e2e2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<VersionPrefix>4.0.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 9e2e2d1

Please sign in to comment.