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

During restore, generate an error if .NET 4.6.1 support for .NET Standard 2.0 is required but not installed #5325

Closed
dsplaisted opened this issue Jun 1, 2017 · 3 comments

Comments

@dsplaisted
Copy link

Support for .NET Standard 2.0 in .NET Framework 4.6.1 is going to ship for VS 2015 as a separate MSI. During NuGet restore, if a project depends on any .NET Standard 2.0 assets, then NuGet should check to see whether the .NET Standard 2.0 support is installed, and if not, generate an error.

This is a piece of the work required for dotnet/sdk#1267, which tracks the overall work.

@rrelyea
Copy link
Contributor

rrelyea commented Jun 14, 2017

We need this error to be checked to work in VS2015 and NuGet.exe code paths.

We need to understand what to check for. Can you folks (@ericstj @dsplaisted) tell us that?

@rrelyea
Copy link
Contributor

rrelyea commented Jun 27, 2017

This is not quite "4.3" work. But very soon thereafter targeting VS2015. Likely "3.6.0"

@rrelyea rrelyea modified the milestones: 3.5.1, 4.3 Jun 28, 2017
@jainaashish jainaashish modified the milestones: 4.4 - 7/10 through 7/28, 3.5.1 Jul 19, 2017
@jainaashish
Copy link
Contributor

@dsplaisted @livarcocc @ericstj @nguerrera We're picking this workitem now for 15.4 so can someone tell us what we need to check for here in order to figure out support for Net standard 2.0 for VS2015? and also the content for the error message?

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

No branches or pull requests

5 participants