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

clean up code of netcore sdk support #4827

Merged
merged 1 commit into from Jul 3, 2019
Merged

clean up code of netcore sdk support #4827

merged 1 commit into from Jul 3, 2019

Conversation

superyyrrzz
Copy link
Contributor

@superyyrrzz superyyrrzz commented Jul 2, 2019

#4708 removed Microsoft.Build package reference. This is the right way to use MSBuildLocator, and we are no longer coupled with Visual Studio new release, but users with .NET Core SDK alone installed will no longer work.

microsoft/MSBuildLocator#21 exposes a new method for user to provide msbuild location for this issue. To use this, users usually need to install "Build Tools for Visual Studio" to prepare this, but it finally makes MSBuildLocator think Visual Studio is installed. This makes the NO-VS user fallback take no effect.

As a result, we can stop supporting users with .NET Core SDK alone to work. The minimal requirement is "Build Tools for Visual Studio".

Microsoft Reviewers: Open in CodeFlow

@superyyrrzz superyyrrzz added the v2 label Jul 2, 2019
@superyyrrzz superyyrrzz merged commit 5f91552 into dotnet:dev Jul 3, 2019
@superyyrrzz superyyrrzz deleted the netcore branch July 3, 2019 03:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants