Skip to content

Update Blazor to .NET 10#2976

Open
rajsite wants to merge 15 commits into
mainfrom
dotnet10
Open

Update Blazor to .NET 10#2976
rajsite wants to merge 15 commits into
mainfrom
dotnet10

Conversation

@rajsite

@rajsite rajsite commented Jun 5, 2026

Copy link
Copy Markdown
Member

Pull Request

🤨 Rationale

👩‍💻 Implementation

  • Update to a dotnet 10 sdk (10.0.300)
  • Enable multiple TargetFrameworks for build / test / package deployment to support .net 10 and 8

🧪 Testing

  • Verify in CI build logs that dotnet 10 and 8 are running
  • Verified nuget package locally in Config App
  • Verified blazor web app in storybook is still functional

✅ Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@rajsite rajsite changed the title Update Blazor to .NET 8 Update Blazor to .NET 10 Jun 5, 2026
@rajsite rajsite marked this pull request as ready for review June 11, 2026 20:18
Comment thread .github/workflows/main.yml Outdated
Comment thread change/@ni-nimble-blazor-00ba2550-5ec2-4e46-bc64-083acdc72b44.json Outdated
Comment thread packages/blazor-workspace/Examples/Demo.Server/packages.lock.json
Comment thread packages/blazor-workspace/NimbleBlazor/NimbleBlazor.csproj Outdated
Comment thread .github/workflows/main.yml
Comment thread .github/workflows/main.yml
Comment thread packages/blazor-workspace/global.json
- uses: actions/setup-dotnet@v5
with:
global-json-file: packages/blazor-workspace/global.json
- uses: actions/setup-dotnet@v5

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I skimmed a few Skyline .NET 10 upgrade PRs to see if there were any other common tasks we've done. (You can find these by looking through the history of global.json in some microservices).

One suggestion I found is to adopt the cleaner .slnx file format for the BlazorWorkspace.sln. But you can consider that optional / follow up if you want, not all services did it.

You might also ask some of the devs who did these upgrades (Paul, Darren, Aaron, etc) if there's anything else we should be thinking about.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added slnx, and will ping previous .NET updaters

Comment thread packages/blazor-workspace/package.json Outdated
Comment thread packages/blazor-workspace/Examples/Demo.Hybrid/Demo.Hybrid.csproj Outdated
Comment thread packages/blazor-workspace/global.json
@rajsite rajsite mentioned this pull request Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants