.Net Framewotk project can update to version 3.1.5 #2826
-
I have a Visual Studio project based on .Net framework 4.8 that refernences SixLabors.Fonts in version 1.0.1 and SixLabors.ImageSharp in version 2.1.9. If I try to update SixLabors.Fonts to 2.0.4 using "Manage nuget packages for solution", I get an error during the update, because .NetFramework is not supported in SixLabors.Fonts 2.0.4. This is fine and I respect this decision. But when I try to update SixLabors.ImageSharp to version 3.1.5, I do not get any error during the update. But in my understanding, SixLabors.ImageSharp 3.1.5 also does not support .Net Framework. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you're just not seeing the error in Visual Studio. The supported framework collection is identical for both libraries. https://www.nuget.org/packages/SixLabors.ImageSharp/#supportedframeworks-body-tab https://www.nuget.org/packages/SixLabors.Fonts#supportedframeworks-body-tab If you are continuing to not see a warning I would raise that with the NuGet team. |
Beta Was this translation helpful? Give feedback.
I think you're just not seeing the error in Visual Studio.
The supported framework collection is identical for both libraries.
https://www.nuget.org/packages/SixLabors.ImageSharp/#supportedframeworks-body-tab
https://www.nuget.org/packages/SixLabors.Fonts#supportedframeworks-body-tab
If you are continuing to not see a warning I would raise that with the NuGet team.