Add an 8.0 runtime to the global.json for the sdk tests
This commit is contained in:
parent
929e9be7a2
commit
35f41b4b12
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
"dotnet": "8.0.100-rc.1.23463.5",
|
"dotnet": "8.0.100-rc.1.23463.5",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet": [
|
"dotnet": [
|
||||||
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
|
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)",
|
||||||
|
"8.0.0-rc.1.23419.4"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue