-
Notifications
You must be signed in to change notification settings - Fork 2
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-preview.7.24367.22 #1841
Closed
costellobot
wants to merge
13
commits into
dotnet-nightly
from
update-dotnet-sdk-9.0.100-preview.7.24367.22
Closed
Update .NET SDK to 9.0.100-preview.7.24367.22 #1841
costellobot
wants to merge
13
commits into
dotnet-nightly
from
update-dotnet-sdk-9.0.100-preview.7.24367.22
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-preview.7.24367.22. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
costellobot
added
.NET
Pull requests that update .NET code
dependencies
Pull requests that update a dependency file
labels
Jul 18, 2024
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.
Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.7.24367.22 SDK. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.7.24362.5 to 9.0.0-preview.7.24368.1. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.7.24362.5 to 9.0.0-preview.7.24368.1. Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-preview.7.24362.5 to 9.0.0-preview.7.24368.1. Bumps Microsoft.Extensions.TimeProvider.Testing from 9.0.0-preview.7.24363.1 to 9.0.0-preview.7.24367.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.OpenApi dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Attempt to work around issue with .NET 8 Aspire workload.
See if installing the .NET Aspire workload fixes the error.
Install the workload first to bypass .NET 9 SDK.
Run outside the repo directory to avoid the .NET SDK in the repo's global.json being used.
Install before checkout to avoid global.json coming into play.
Fix the name.
- Install the .NET 8.0.100 SDK. - List workloads.
Try installing an SDK that might include aspire 8.0.1/8.0.100.
List again before installing the workload.
Try and older 8.0 SDK.
See if `--skip-manifest-update` makes it not upgrade (and then is fine with 8.0.0).
Superseded by #1842. |
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
9.0.100-preview.7.24367.22
, which also updates the .NET runtime from version9.0.0-preview.7.24357.2
to version9.0.0-preview.7.24366.18
.This pull request was auto-generated by GitHub Actions.