Skip to content

Commit a2a2a08

Browse files
committed
Update global.json to require minimum .NET SDK 8.0.400
- Changed from 8.0.100 to 8.0.400 to ensure CI environment uses compatible SDK version - This should resolve Microsoft.NET.ILLink.Tasks version conflicts (8.0.17 vs 8.0.10) - CI will now use SDK that includes the same package versions as local environment
1 parent cdf502b commit a2a2a08

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": {
3-
"version": "8.0.100",
3+
"version": "8.0.400",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)