Imagesharp: .Net 4.5 DLL in Nuget

Created on 29 May 2017  路  2Comments  路  Source: SixLabors/ImageSharp

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!

Most helpful comment

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?

All 2 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings