Skip to content

Commit 4a05a32

Browse files
committed
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.
1 parent eb26070 commit 4a05a32

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
using System.Runtime.CompilerServices;
22

33
[assembly: InternalsVisibleTo("Flow.Launcher.Test")]
4-
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]

Flow.Launcher/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
ResourceDictionaryLocation.None,
66
ResourceDictionaryLocation.SourceAssembly
77
)]
8-
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]

SolutionAssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919
[assembly: AssemblyVersion("1.0.0")]
2020
[assembly: AssemblyFileVersion("1.0.0")]
2121
[assembly: AssemblyInformationalVersion("1.0.0")]
22-
[assembly: System.Runtime.Versioning.SupportedOSPlatform("Windows10.0.19041.0")]

0 commit comments

Comments
 (0)