-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 .NET SDK to 9.0.100-rc.2.24474.11 #3098
Merged
martincostello
merged 2 commits into
dotnet-vnext
from
update-dotnet-sdk-9.0.100-rc.2.24474.11
Oct 8, 2024
Merged
Update .NET SDK to 9.0.100-rc.2.24474.11 #3098
martincostello
merged 2 commits into
dotnet-vnext
from
update-dotnet-sdk-9.0.100-rc.2.24474.11
Oct 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
github-actions
bot
added
.NET
Pull requests that update .NET code
dependencies
Pull requests that update a dependency file
security
Relates to addressing a security vulnerability
labels
Oct 8, 2024
Update NuGet packages for .NET 9 RC2.
martincostello
approved these changes
Oct 8, 2024
martincostello
added a commit
that referenced
this pull request
Oct 9, 2024
* 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 <martin@martincostello.com>
martincostello
added a commit
that referenced
this pull request
Oct 15, 2024
* 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 <martin@martincostello.com>
martincostello
added a commit
that referenced
this pull request
Nov 12, 2024
* 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. * Update package references Target .NET 9 versions for Microsoft.AspNetCore.OpenApi in test sites. * Bump Microsoft.OpenApi Bump Microsoft.OpenApi to the latest version. * 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 <martin@martincostello.com> * Bump Microsoft.OpenApi Bump Microsoft.OpenApi to 1.6.18. * Bump Microsoft.OpenApi Bump Microsoft.OpenApi to 1.6.20. * Bump Microsoft.OpenApi Update Microsoft.OpenApi to 1.6.21. * 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 <martin@martincostello.com> * Make middlewares internal Make all the middleware classes internal as they have no useful public-facing functionality (e.g. virtual members). Resolves #2805. * 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 <martin@martincostello.com> * Bump Microsoft.OpenApi Bump Microsoft.OpenApi to 1.6.22. * Bump packages Update packages for ASP.NET Core 8.0.10. * Swap order of TFMs Put the newest first so Visual Studio loads the latest version as the selected TFM by default. * Apply suggestions from code review - Remove redundant comment. - Add link to tracking issue in comment. * Add [ActivatorUtilitiesConstructor] React to aspnet/Announcements#514 for .NET 9. * Update to .NET 9 GA Update to the stable version of .NET 9. * Bump .NET 8 packages Bump test packages for .NET 8. --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
security
Relates to addressing a security vulnerability
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the .NET SDK to version
9.0.100-rc.2.24474.11
, which also updates the .NET runtime from version9.0.0-rc.1.24431.7
to version9.0.0-rc.2.24473.5
.This release includes fixes for the following security issue(s):
This pull request was auto-generated by GitHub Actions.