From 6fe49f6ad196b7ca8d83939d11209a1f3edbd80e Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 9 Feb 2023 10:05:50 +0300 Subject: [PATCH] Additional target net472 --- src/Properties/AssemblyInfo.cs | 1 - src/RhSolutions.csproj | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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