Remove explicit platform from AssemblyInfo

While it reflects reality it may prevent some launches on systems that
are happily using Flow without hitting specific APIs.
This commit is contained in:
Oren Nachman 2022-08-07 21:46:36 -07:00
parent eb26070b8e
commit 4a05a32e1f
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Flow.Launcher.Test")] [assembly: InternalsVisibleTo("Flow.Launcher.Test")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]

View file

@ -5,4 +5,3 @@ using System.Windows;
ResourceDictionaryLocation.None, ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly ResourceDictionaryLocation.SourceAssembly
)] )]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]

View file

@ -19,4 +19,3 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("1.0.0")] [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")] [assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")] [assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]