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

Upgrade Nuget-package .NetStandard.Library dependency to 2.0 #96

Open
MayMih opened this issue Apr 15, 2022 · 0 comments
Open

Upgrade Nuget-package .NetStandard.Library dependency to 2.0 #96

MayMih opened this issue Apr 15, 2022 · 0 comments

Comments

@MayMih
Copy link

MayMih commented Apr 15, 2022

Now your Nuget-package depends on .NetStandard.Library v1.3 which makes DLL hell in the project:

See microsoft recomendation here https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#which-net-standard-version-to-target:

If you need to support .NET Standard 1.x, we recommend that you also target .NET Standard 2.0. .NET Standard 1.x is distributed as a granular set of NuGet packages, which creates a large package dependency graph and results in developers downloading a lot of packages when building. For more information, see Cross-platform targeting and .NET 5+ and .NET Standard later in this article.

Can you upgrade NuGetPackage Dependemcy to version 2.0+ ?

@MayMih MayMih changed the title Upgrade Nuget-package .NetStandard.Library dipendency to 2.0 Upgrade Nuget-package .NetStandard.Library dependency to 2.0 Apr 15, 2022
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

1 participant