Add an 8.0 runtime to the global.json for the sdk tests

This commit is contained in:
Marc Paine 2023-10-02 09:58:36 -07:00 committed by GitHub
parent 929e9be7a2
commit 35f41b4b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@
"dotnet": "8.0.100-rc.1.23463.5",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)",
"8.0.0-rc.1.23419.4"
]
}
},