Update the link to the .Net Core releases index file (#337)

This commit is contained in:
MaksimZhukov 2022-10-24 14:21:32 +02:00 committed by GitHub
parent 501b34e8f6
commit 607fce577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1299 additions and 1299 deletions

2596
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -107,7 +107,7 @@ export class DotnetVersionResolver {
}
static DotNetCoreIndexUrl: string =
'https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json';
'https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json';
}
export class DotnetCoreInstaller {