Skip to content

Commit c3e8601

Browse files
committed
Downgrade .NET SDK version to 8.0.0 in global.json
The SDK version specified in global.json has been changed from 9.0.0 to 8.0.0, likely to ensure compatibility with projects or tooling that require .NET 8.0.0.
1 parent 05f9585 commit c3e8601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "9.0.0"
4+
"version": "8.0.0"
55
}
66
}

0 commit comments

Comments
 (0)