Skip to content

Commit

Permalink
Added net461
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jun 9, 2022
1 parent b286d5f commit 054d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILAsm.Managed.Core/ILAsm.Managed.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net20;net35;net40;net45;net48;netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net20;net35;net40;net45;net461;net48;netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>

<EnableDefaultItems>false</EnableDefaultItems>
<DefineConstants>$(DefineConstants);CECIL</DefineConstants>
Expand Down

0 comments on commit 054d585

Please sign in to comment.