diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-09 08:58:01 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-09 08:58:01 +0300 |
commit | 2c0dee774cdea2704d07e3a7a5f4880e5846e19f (patch) | |
tree | 76db4971350cac72a28cc8f3ccd6676afbf56a3e /src/Properties | |
parent | e5944bf114ddd72f927dd292f97fd5e696aa484e (diff) |
Set supported platform to Windows
Diffstat (limited to 'src/Properties')
-rw-r--r-- | src/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index b5df6d5..77e3acf 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Runtime.Versioning; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -13,6 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © 2021-2023")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +[assembly: SupportedOSPlatform("windows")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from |