-
-
Notifications
You must be signed in to change notification settings - Fork 2
Update .NET SDK to 10.0.100-preview.4.25258.110 #302
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
Closed
costellobot
wants to merge
18
commits into
dotnet-vnext
from
update-dotnet-sdk-10.0.100-preview.4.25258.110
Closed
Update .NET SDK to 10.0.100-preview.4.25258.110 #302
costellobot
wants to merge
18
commits into
dotnet-vnext
from
update-dotnet-sdk-10.0.100-preview.4.25258.110
Conversation
This file contains hidden or 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 to .NET 10 with .NET SDK version 10.0.100-preview.1.25120.13.
Bump TFM for .NET 10.
Use a nightly build of BenchmarkDotNet to add support for .NET 10.
Update .NET SDK to version 10.0.100-preview.2.25164.34. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
Update NuGet packages for preview 2.
Test bug fix from martincostello/benchmarkdotnet-results-publisher#266.
Fix is published.
Update Swashbuckle.AspNetCore to a version that supports ASP.NET Core 10 preview 2 and Microsoft.OpenApi 2.0.0-preview7.
Re-enable test now that the difference is known.
Revert change to use `[InlineData]` now that none of the tests are skipped.
* Update .NET SDK Update .NET SDK to version 10.0.100-preview.3.25201.16. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.100-preview.3.25201.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.3.25201.16 SDK. Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1. Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1. Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0-preview.2.25163.8 to 10.0.0-preview.3.25171.6. Bumps Microsoft.Extensions.ApiDescription.Server from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 10.0.0-preview.3.25172.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.0-preview.3.25172.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.0-preview.3.25171.6 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.ApiDescription.Server dependency-version: 10.0.0-preview.3.25172.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <[email protected]> * Bump NuGet packages Update Microsoft.OpenApi for ASP.NET Core 10 preview 3. * Bump Swashbuckle.AspNetCore Update Swashbuckle packages for ASP.NET Core 10 preview 3. * Fix build Updates for Microsoft.OpenApi 2.0.0-preview.11. --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: Martin Costello <[email protected]>
Update .NET SDK to version 10.0.100-preview.4.25258.110. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 10.0.100-preview.4.25258.110 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving dependency update.
45035f8 to
4fb1474
Compare
auto-merge was automatically disabled
May 14, 2025 12:55
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
10.0.100-preview.4.25258.110, which also updates the .NET runtime from version10.0.0-preview.3.25171.5to version10.0.0-preview.4.25258.110.This pull request was auto-generated by GitHub Actions.