aelij / IgnoresAccessChecksToGenerator

Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute
MIT License
167 stars 21 forks source link

Fix _IACTG_TFM property for .NET Core #11

Closed 0xced closed 3 years ago

0xced commented 3 years ago

The target framework was upgraded from netstandard1.3 to netstandard2.0 in #8 in the project file but was not updated in the targets file.

aelij commented 3 years ago

Thanks for the fix :)

0xced commented 3 years ago

Thanks for merging. Do you plan to release a new version on NuGet any time soon?

aelij commented 3 years ago

I've published it now.

0xced commented 3 years ago

Awesome, thanks! 🎉