52ABP.Template icon indicating copy to clipboard operation
52ABP.Template copied to clipboard

App have issue running against .NET 6 Preview 3 or later as "System.Drawing.Common" removed from Microsoft.AspNetCore.App shared framework

Open CancanTang opened this issue 3 years ago • 1 comments

Hi, there is change about "Some assemblies removed from Microsoft.AspNetCore.App" in .NET 6 Preview 3 which will effect your app when running against .NET 6 Preview 3 and later, for details, please discussion see in dotnet/aspnetcore#31387. You might need add a PackageReference to the affected project for the removed assemblies.

CancanTang avatar Mar 31 '21 08:03 CancanTang

I will do it ,Thank you

ltm0203 avatar Oct 22 '21 08:10 ltm0203