Dev - #1089
Merged
Merged
Conversation
Updates the pinned .NET SDK in `global.json` from 10.0.301 to 10.0.302 and bumps `Microsoft.AspNetCore.Components.WebAssembly` plus `...DevServer` from 10.0.9 to 10.0.10 in central package management. This keeps the repo aligned with the latest patch-level runtime and tooling fixes.
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s build/tooling baseline by bumping the pinned .NET SDK patch version, refreshing a couple of Blazor WebAssembly package versions, and updating the actions/setup-dotnet version used across CI workflows.
Changes:
- Bump pinned .NET SDK in
global.jsonfrom10.0.301→10.0.302. - Update
Microsoft.AspNetCore.Components.WebAssembly(+ DevServer) package versions from10.0.9→10.0.10. - Change GitHub Actions workflows to use
actions/setup-dotnet@v6.0.0(fromv5.4.0).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates the pinned .NET SDK patch version for local/dev + CI consistency. |
| Directory.Packages.props | Bumps Blazor WebAssembly package versions used by projects via central package management. |
| .github/workflows/uat.yml | Updates the .NET setup action version used by UAT deploy jobs. |
| .github/workflows/main.yml | Updates the .NET setup action version used by release/publish + functions deploy jobs. |
| .github/workflows/codeql.yml | Updates the .NET setup action version for the C# CodeQL manual build. |
| .github/workflows/buildandtest.yml | Updates the .NET setup action version for the CI build/test workflow. |
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-coast-0df43410f-1089.eastus2.2.azurestaticapps.net |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.