Skip to content

Commit c33a043

Browse files
committed
added back TargetPlatform and SupportedOSPlatform
1 parent 06b05d5 commit c33a043

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SOTFEdit/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
3+
using System.Runtime.Versioning;
34
using System.Windows;
45
using SOTFEdit;
56

@@ -17,4 +18,6 @@
1718
[assembly: AssemblyProduct("SOTFEdit")]
1819
[assembly: AssemblyTitle("SOTFEdit")]
1920
[assembly: AssemblyVersion(App.Version)]
21+
[assembly: TargetPlatform("Windows7.0")]
22+
[assembly: SupportedOSPlatform("Windows7.0")]
2023
[assembly: Guid("d59ec208-5fc6-4336-a9db-dbeb36938f78")]

0 commit comments

Comments
 (0)