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

Fix src work if NETCore3.0 not installed #55

Merged
merged 2 commits into from
Jan 23, 2020
Merged

Fix src work if NETCore3.0 not installed #55

merged 2 commits into from
Jan 23, 2020

Commits on Jan 22, 2020

  1. Fix src work if NETCore3.0 not installed

    If you have installed .NET Core 3.1 but not 3.0 the source wouldn't load inside Visual Studio. By adding "rollForward": "minor" to global.json file, Visual Studio could find the 3.1 SDK.
    
    https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x#rollforward
    Ali Bahraminezhad committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cd0376d View commit details
    Browse the repository at this point in the history
  2. Update global.json

    Eilon committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b8fe1e3 View commit details
    Browse the repository at this point in the history