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 to .NET 5 #10346

Merged
merged 17 commits into from Dec 8, 2020
Merged

Update to .NET 5 #10346

merged 17 commits into from Dec 8, 2020

Commits on Dec 2, 2020

  1. Update to .NET 5

    .NET 5 brings many performance (especially regex) improvements
    https://devblogs.microsoft.com/dotnet/announcing-net-5-0/
    
    Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested
    airhawk777 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3bc55df View commit details
    Browse the repository at this point in the history
  2. Dotnet restore before building

    airhawk777 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a0ccec4 View commit details
    Browse the repository at this point in the history
  3. Restore on Windows only

    airhawk777 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ca0baf6 View commit details
    Browse the repository at this point in the history
  4. Out of ideas

    airhawk777 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7d42e8b View commit details
    Browse the repository at this point in the history
  5. Update framework for windows specific apps

    airhawk777 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c62b2f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Don't upgrade Microsoft.Extensions.Configuration

    airhawk777 committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7f071f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4b93a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79f1aa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix logic to get app runtime

    airhawk777 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    26438f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    6e87a47 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    2277395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d293ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c97c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    850e50a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    garfield69 committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    9dea611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b66e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5654b View commit details
    Browse the repository at this point in the history