Hi,
i want to know if it's possible to add a assembly for .net 4.5 or higher into the nuget package?
Thank you!
According to the README:
Built against .Net Standard 1.1 ImageSharp can be used in device, cloud, and embedded/IoT scenarios.
.NET Standard 1.1 natively supports .NET Framework 4.5 and higher according to the .NET Standard Platform Support Chart.
Since .NET Standard 1.1 does natively support .NET Framework 4.5, is there some other reason you need it to be compiled specifically against .NET Framework 4.5?
Hey @Saftpresse99 Our Gitter channel is the best place to ask questions. I'm gonna close this issue so please ask there if you need anything else. Cheers!
@NightOwl888 Thanks for answering the question 馃憤
Most helpful comment
According to the README:
.NET Standard 1.1 natively supports .NET Framework 4.5 and higher according to the .NET Standard Platform Support Chart.
Since .NET Standard 1.1 does natively support .NET Framework 4.5, is there some other reason you need it to be compiled specifically against .NET Framework 4.5?