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 8 commits into
base: master
Choose a base branch
from
Draft

Support .NET 9 #3007

wants to merge 8 commits into from

Conversation

martincostello
Copy link
Collaborator

@martincostello martincostello commented Aug 1, 2024

Add support for .NET 9 and drop support for out-of-support versions of .NET.

Changes:

  • 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 flagged by the .NET 9 SDK.
  • Remove some now-redundant pre-processor directives.

Will remain in draft until November 2024 when .NET 9 is officially released, with the intention to release soon afterwards

@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code version-major A change suitable for release in a major version labels Aug 1, 2024
@martincostello martincostello added this to the v7.0.0 milestone Aug 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.04%. Comparing base (9f4dacd) to head (8649844).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3007      +/-   ##
==========================================
- Coverage   90.50%   81.04%   -9.47%     
==========================================
  Files          76       76              
  Lines        3118     3118              
  Branches      515      515              
==========================================
- Hits         2822     2527     -295     
- Misses        296      591     +295     
Flag Coverage Δ
Linux 81.04% <100.00%> (-9.47%) ⬇️
Windows 81.04% <100.00%> (?)
macOS 81.04% <100.00%> (-9.47%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

martincostello and others added 8 commits September 23, 2024 11:03
- 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.
Target .NET 9 versions for Microsoft.AspNetCore.OpenApi in test sites.
Bump Microsoft.OpenApi to the latest version.
* 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]>
Bump Microsoft.OpenApi to 1.6.18.
Bump Microsoft.OpenApi to 1.6.20.
Update Microsoft.OpenApi to 1.6.21.
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code version-major A change suitable for release in a major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants