Skip to content

Commit b843130

Browse files
committed
Use released .NET 8.
1 parent a518a48 commit b843130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.2.23502.2",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature"
55
},
66

77
"additionalSdks": [
8-
"6.0.416",
9-
"7.0.403"
8+
"6.0.417",
9+
"7.0.404"
1010
]
1111
}

0 commit comments

Comments
 (0)