Update DotnetRuntimeMetadata.json to consume the .NET 8.0.0-preview.3 release (#19529)

This commit is contained in:
Dongbo Wang 2023-04-18 10:58:49 -07:00 committed by GitHub
parent 6e7c29a104
commit 236c652162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{
"sdk": {
"channel": "8.0.1xx-preview2",
"channel": "8.0.1xx-preview3",
"quality": "daily",
"qualityFallback": "preview",
"packageVersionPattern": "8.0.0-preview.2",
"packageVersionPattern": "8.0.0-preview.3",
"sdkImageVersion": "8.0.100",
"nextChannel": "8.0.1xx-preview2",
"nextChannel": "8.0.1xx-preview3",
"azureFeed": "",
"sdkImageOverride": ""
},