Update DotnetRutimeMetadata.json to point to preview 6 (#12972)

Co-authored-by: Aditya Patwardhan <Aditya Patwardhan>
This commit is contained in:
Aditya Patwardhan 2020-06-16 17:10:56 -07:00 committed by GitHub
parent a6507093a2
commit 4b67d44a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"sdk": {
"channel": "release/5.0.1xx-preview5",
"packageVersionPattern": "5.0.0-preview.5",
"nextChannel": "net5/preview5"
"channel": "release/5.0.1xx-preview6",
"packageVersionPattern": "5.0.0-preview.6",
"nextChannel": "net5/preview6"
}
}