From 2c0dee774cdea2704d07e3a7a5f4880e5846e19f Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 9 Feb 2023 08:58:01 +0300 Subject: [PATCH] Set supported platform to Windows --- src/Properties/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) 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