Skip to content

Commit

Permalink
Clarify TargetFramework attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Jun 7, 2024
1 parent 55eb514 commit 9c83a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Piton.NuGet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageId>Piton</PackageId>
<Version>1.0.0</Version>
<Authors>Popax21</Authors>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework> <!-- This is pretty much just for MSBuild version compatibility checking -->
<Description>Publish self-contained .NET applications while downloading the runtime on-the-fly</Description>
</PropertyGroup>

Expand Down

0 comments on commit 9c83a19

Please sign in to comment.