Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.301",
"version": "10.0.302",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Revert to a released .NET SDK version

This pins the repo to SDK 10.0.302, but the official .NET download page currently lists 10.0.301 as the available .NET 10 SDK (released June 9, 2026: https://dotnet.microsoft.com/download). In any checkout or GitHub workflow that only installs the released 10.0.x SDK, global.json asks dotnet for a higher patch than exists, so restore/build/test commands will fail before reaching the project code.

Useful? React with πŸ‘Β / πŸ‘Ž.

"rollForward": "latestMajor",
"allowPrerelease": true
},
Expand Down
Loading