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

Remove dependency to Microsoft.AspNetCore.All #28

Closed
MartinJohns opened this issue Apr 27, 2018 · 1 comment
Closed

Remove dependency to Microsoft.AspNetCore.All #28

MartinJohns opened this issue Apr 27, 2018 · 1 comment

Comments

@MartinJohns
Copy link

MartinJohns commented Apr 27, 2018

By adding a dependency to Microsoft.AspNetCore.All in version 3.3.0 you also implictly added a dependency to .NET Core 2.0. As a direct result you excluded projects targetting .NET Standard 2.0. This prevents us from upgrading to the latest version.

You should consider just adding the specific packages you require as a dependency instead of the ominous .All package. Most ASP.NET Core packages target .NET Standard, and not .NET Core.

@GaProgMan
Copy link
Owner

I agree completely with this.

I'll take a look through the parts of the All package which are required and reduce it down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants