From 6a9aab0fd737c2f90d5532635fe0db13cd34d0c1 Mon Sep 17 00:00:00 2001 From: nil4 Date: Sat, 5 Oct 2024 10:50:33 +0200 Subject: [PATCH] Unambiguous .NET Framework version ref. https://github.com/dotnet/designs/pull/322: > We want to steer people towards a proper version syntax, that is > > ```xml > netX.Y.Z > ``` > > Examples include `net9.0`, `net10.0`, `net4.5.1`. This syntax makes it unambiguous. --- .../RoyalApps.Community.FreeRdp.WinForms.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RoyalApps.Community.FreeRdp.WinForms/RoyalApps.Community.FreeRdp.WinForms.csproj b/src/RoyalApps.Community.FreeRdp.WinForms/RoyalApps.Community.FreeRdp.WinForms.csproj index 06eb0b1..e94b776 100644 --- a/src/RoyalApps.Community.FreeRdp.WinForms/RoyalApps.Community.FreeRdp.WinForms.csproj +++ b/src/RoyalApps.Community.FreeRdp.WinForms/RoyalApps.Community.FreeRdp.WinForms.csproj @@ -20,7 +20,7 @@ - net472;net8.0-windows;net9.0-windows + net4.7.2;net8.0-windows;net9.0-windows win-x64 win-arm64 true