RicoSuter / Namotion.Reflection

.NET library with advanced reflection APIs.
MIT License
212 stars 44 forks source link

Add net6.0 target #134

Open lahma opened 1 year ago

lahma commented 1 year ago

This removes the need for having Microsoft.CSharp reference for the NuGet package when consumed from NET 6.0+ project.

fixes #145

lahma commented 6 months ago

I also upgrade Mono.Cecil to version 0.11.5 which has better dependency tree too.

lahma commented 3 months ago

@RicoSuter can we please go forward with this, with this addition I think a new release would be ready that would also fix NSwag upstream issue https://github.com/RicoSuter/NSwag/issues/4842 .