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