Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CancanTang opened this issue Mar 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@CancanTang
Copy link

CancanTang commented Mar 31, 2021

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 CancanTang changed the title Assemblies removed from Microsoft.AspNetCore.App shared framework 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. Mar 31, 2021
@CancanTang CancanTang changed the title 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. App have issue running against .NET 6 Preview 3 or later as "System.Drawing.Common" removed from Microsoft.AspNetCore.App shared framework Mar 31, 2021
@ltm0203
Copy link
Member

ltm0203 commented Oct 22, 2021

I will do it ,Thank you

@ltm0203 ltm0203 added the enhancement New feature or request label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants