diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 77e3acf..78f4a31 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -14,7 +14,6 @@ using System.Runtime.Versioning; [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 diff --git a/src/RhSolutions.csproj b/src/RhSolutions.csproj index c1801cd..8db6006 100644 --- a/src/RhSolutions.csproj +++ b/src/RhSolutions.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net472;net6.0-windows Library RhSolutions.AddIn RhSolutions.AddIn @@ -17,5 +17,6 @@ + \ No newline at end of file