Skip to content

Commit

Permalink
Unambiguous .NET Framework version
Browse files Browse the repository at this point in the history
ref. dotnet/designs#322:

> We want to steer people towards a proper version syntax, that is
>
> ```xml
> <TargetFramework>netX.Y.Z</TargetFramework>
> ```
>
> Examples include `net9.0`, `net10.0`, `net4.5.1`. This syntax makes it unambiguous.
  • Loading branch information
nil4 committed Oct 5, 2024
1 parent d1280b2 commit 6a9aab0
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 6a9aab0

Please sign in to comment.