blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 516 forks source link

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

Closed CancanTang closed 3 years ago

CancanTang commented 3 years ago

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 https://github.com/dotnet/aspnetcore/issues/31387. You might need add a PackageReference to the affected project for the removed assemblies.

rxtur commented 3 years ago

We'll be supporting 6 after it's final release.