From 054d585ebe45f6d6d8e451e4c214af64b3476c3c Mon Sep 17 00:00:00 2001 From: Kouji Matsui Date: Thu, 9 Jun 2022 22:45:15 +0900 Subject: [PATCH] Added net461 --- ILAsm.Managed.Core/ILAsm.Managed.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILAsm.Managed.Core/ILAsm.Managed.Core.csproj b/ILAsm.Managed.Core/ILAsm.Managed.Core.csproj index 58ecf5d..b76541d 100644 --- a/ILAsm.Managed.Core/ILAsm.Managed.Core.csproj +++ b/ILAsm.Managed.Core/ILAsm.Managed.Core.csproj @@ -1,7 +1,7 @@  - net20;net35;net40;net45;net48;netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0 + net20;net35;net40;net45;net461;net48;netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0 false $(DefineConstants);CECIL