[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(targetframework): Added .Net 6.0 as targetframework
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcio committed Oct 28, 2022
1 parent e38b7dc commit 8aa9c61
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 8aa9c61

Please sign in to comment.