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

Support .NET 9 #3007

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Support .NET 9 #3007

wants to merge 14 commits into from

Commits on Oct 15, 2024

  1. Support .NET 9

    - Add `net9.0` TFMs.
    - Drop TFMs for all out-of-support versions of .NET.
    - Bump version to `7.0.0`.
    - Only audit direct NuGet dependencies.
    - Suppress vulnerabilities in IdentityServer4 used in sample.
    - Remove some now-redundant pre-processor directives.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    94dfdaa View commit details
    Browse the repository at this point in the history
  2. Update package references

    Target .NET 9 versions for Microsoft.AspNetCore.OpenApi in test sites.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3ffef4f View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.OpenApi

    Bump Microsoft.OpenApi to the latest version.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6dd102b View commit details
    Browse the repository at this point in the history
  4. Update .NET SDK to 9.0.100-preview.7.24407.12 (#3025)

    * Update .NET SDK
    
    Update .NET SDK to version 9.0.100-preview.7.24407.12.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * Update NuGet packages
    Bump NuGet packages for .NET 9 preview 7.
    
    ---------
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Martin Costello <[email protected]>
    3 people committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d44b56 View commit details
    Browse the repository at this point in the history
  5. Bump Microsoft.OpenApi

    Bump Microsoft.OpenApi to 1.6.18.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c8421c8 View commit details
    Browse the repository at this point in the history
  6. Bump Microsoft.OpenApi

    Bump Microsoft.OpenApi to 1.6.20.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    643e0fc View commit details
    Browse the repository at this point in the history
  7. Bump Microsoft.OpenApi

    Update Microsoft.OpenApi to 1.6.21.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6415900 View commit details
    Browse the repository at this point in the history
  8. Update .NET SDK to 9.0.100-rc.1.24452.12 (#3066)

    * Update .NET SDK
    
    Update .NET SDK to version 9.0.100-rc.1.24452.12.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * Update NuGet packages
    Update NuGet packages for RC1.
    
    ---------
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Martin Costello <[email protected]>
    3 people committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    520ffe0 View commit details
    Browse the repository at this point in the history
  9. Make middlewares internal

    Make all the middleware classes internal as they have no useful public-facing functionality (e.g. virtual members).
    
    Resolves #2805.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    68e2d88 View commit details
    Browse the repository at this point in the history
  10. Update .NET SDK to 9.0.100-rc.2.24474.11 (#3098)

    * Update .NET SDK
    
    Update .NET SDK to version 9.0.100-rc.2.24474.11.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * Update NuGet packages
    Update NuGet packages for .NET 9 RC2.
    
    ---------
    
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Martin Costello <[email protected]>
    3 people committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    62ee3e7 View commit details
    Browse the repository at this point in the history
  11. Bump Microsoft.OpenApi

    Bump Microsoft.OpenApi to 1.6.22.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    49934ee View commit details
    Browse the repository at this point in the history
  12. Bump packages

    Update packages for ASP.NET Core 8.0.10.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dbc1c53 View commit details
    Browse the repository at this point in the history
  13. Swap order of TFMs

    Put the newest first so Visual Studio loads the latest version as the selected TFM by default.
    martincostello committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7ba7bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Apply suggestions from code review

    - Remove redundant comment.
    - Add link to tracking issue in comment.
    martincostello authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    55ff025 View commit details
    Browse the repository at this point in the history