Skip to content

Commit

Permalink
Undo extra added .0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Feb 2, 2024
1 parent 68612d0 commit 2a46374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Toolkit/Toolkit.Maui/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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
#endif

0 comments on commit 2a46374

Please sign in to comment.