Skip to content

Commit 1b35453

Browse files
authored
Weaken minimum dotnet version (#3418)
# Description of Changes Relax the patch version requirement in `global.json`, because `8.0.400` isn't available on Linux. # API and ABI breaking changes No. # Expected complexity level and risk 1 # Testing I've been using this modification for a long time and we've never had people complain about bad C# DLLs or anything. --------- Co-authored-by: Zeke Foppa <[email protected]>
1 parent 6a94092 commit 1b35453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.400",
3+
"version": "8.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)