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.102",
"version": "10.0.101",

Choose a reason for hiding this comment

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

high

Downgrading the SDK version from 10.0.102 to 10.0.101 is a potentially high-risk change. It may reintroduce bugs or security vulnerabilities that were fixed in the newer version. It is crucial to provide a detailed explanation in the pull request description for why this downgrade is necessary, including any impact analysis.

"rollForward": "latestFeature"
}
}