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

Update branding to 3.1.0-alpha1 #13521

Closed
wants to merge 5 commits into from
Closed

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    035fa6a View commit details
    Browse the repository at this point in the history
  2. Undo branding special case for client-side Blazor packages

    - reverts 3b5a9e5 in this new branch
    - no longer needed; these packages can rev with other 3.1 packages
    dougbu committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    2791437 View commit details
    Browse the repository at this point in the history
  3. Apply TFM workarounds

    - add `$(TFMNetCoreMajorVersion)` and `$(TFMNetCoreMinorVersion)` properties
    - update project template versions
    dougbu committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    5274b99 View commit details
    Browse the repository at this point in the history
  4. Use NETCOREAPP symbol to avoid C# merge conflicts

    - #13581 part 1 of 3 for this repo
    dougbu committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    9bab113 View commit details
    Browse the repository at this point in the history
  5. Use $(DefaultNetCoreTargetFramework) property to avoid merge conflicts

    - #13581 part 2 of 3 for this repo
    - set property to 'netcoreapp3.1', matching Microsoft.NETCore.App.Ref package layout
    dougbu committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    da132ae View commit details
    Browse the repository at this point in the history