Skip to content

Commit

Permalink
Merge pull request #36 from royalapplications/unambiguos-net-versions
Browse files Browse the repository at this point in the history
Unambiguous .NET Framework version
  • Loading branch information
StefanKoell authored Oct 9, 2024
2 parents 4d898a5 + 6a9aab0 commit 47d3ff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>net472;net8.0-windows;net9.0-windows</TargetFrameworks>
<TargetFrameworks>net4.7.2;net8.0-windows;net9.0-windows</TargetFrameworks>
<RuntimeIdentifier Condition="$(Platform) == 'x64'">win-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'ARM64'">win-arm64</RuntimeIdentifier>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit 47d3ff7

Please sign in to comment.