Skip to content

Commit 75fad11

Browse files
Remove reference to .NET Core 2.1 (#7030)
We no longer target or use .NET Core 2.1 for tests so no point in downloading the runtime.
1 parent 2b604c3 commit 75fad11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

global.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
},
55
"tools": {
66
"dotnet": "6.0.100-rc.1.21458.32",
7-
"runtimes": {
8-
"dotnet/x64": [
9-
"2.1.7"
10-
]
11-
},
127
"vs": {
138
"version": "16.0"
149
}

0 commit comments

Comments
 (0)