Update the link to the .Net Core releases index file (#337)
This commit is contained in:
parent
501b34e8f6
commit
607fce577a
File diff suppressed because it is too large
Load Diff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue