From 2a4637484b50d4fba116f00d6ded08e9e62d9c1f Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Fri, 2 Feb 2024 10:02:28 -0800 Subject: [PATCH] Undo extra added .0 --- src/Toolkit/Toolkit.Maui/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Toolkit/Toolkit.Maui/AssemblyInfo.cs b/src/Toolkit/Toolkit.Maui/AssemblyInfo.cs index b4a58f5a3..92fdc5787 100644 --- a/src/Toolkit/Toolkit.Maui/AssemblyInfo.cs +++ b/src/Toolkit/Toolkit.Maui/AssemblyInfo.cs @@ -1,7 +1,7 @@ #if !__IOS__ && !WINDOWS && !__ANDROID__ && !__MACCATALYST__ // Make sure net6.0 non-os target clearly states which platforms are supported by the toolkit -[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows10.0.19041.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows10.0.19041")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("android26.0")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("ios14.0")] [assembly: System.Runtime.Versioning.SupportedOSPlatform("maccatalyst14.0")] -#endif \ No newline at end of file +#endif