File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
src/SophiApp/Customisations Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ All efforts are directed towards the SophiApp 2.0 development. Read more: <https
48
48
* https://raw.githubusercontent.com
49
49
* https://github.com
50
50
* https://download.visualstudio.microsoft.com
51
- * https://dotnetcli.blob.core.windows.net
51
+ * https://builds.dotnet.microsoft.com
52
52
* https://www.google.com
53
53
* https://g.live.com
54
54
* https://oneclient.sfx.ms
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ scoop install sophiapp
240
240
* < https://raw.githubusercontent.com >
241
241
* < https://github.com >
242
242
* < https://download.visualstudio.microsoft.com >
243
- * < https://dotnetcli.blob.core.windows.net >
243
+ * < https://builds.dotnet.microsoft.com >
244
244
* < https://www.google.com >
245
245
* < https://g.live.com >
246
246
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ scoop install sophiapp
235
235
* < https://raw.githubusercontent.com >
236
236
* < https://github.com >
237
237
* < https://download.visualstudio.microsoft.com >
238
- * < https://dotnetcli.blob.core.windows.net >
238
+ * < https://builds.dotnet.microsoft.com >
239
239
* < https://www.google.com >
240
240
* < https://g.live.com >
241
241
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ scoop install sophiapp
238
238
* < https://raw.githubusercontent.com >
239
239
* < https://github.com >
240
240
* < https://download.visualstudio.microsoft.com >
241
- * < https://dotnetcli.blob.core.windows.net >
241
+ * < https://builds.dotnet.microsoft.com >
242
242
* < https://www.google.com >
243
243
* < https://g.live.com >
244
244
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ scoop install sophiapp
237
237
* < https://raw.githubusercontent.com >
238
238
* < https://github.com >
239
239
* < https://download.visualstudio.microsoft.com >
240
- * < https://dotnetcli.blob.core.windows.net >
240
+ * < https://builds.dotnet.microsoft.com >
241
241
* < https://www.google.com >
242
242
* < https://g.live.com >
243
243
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ scoop install sophiapp
237
237
* < https://raw.githubusercontent.com >
238
238
* < https://github.com >
239
239
* < https://download.visualstudio.microsoft.com >
240
- * < https://dotnetcli.blob.core.windows.net >
240
+ * < https://builds.dotnet.microsoft.com >
241
241
* < https://www.google.com >
242
242
* < https://g.live.com >
243
243
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ scoop install sophiapp
236
236
* < https://raw.githubusercontent.com >
237
237
* < https://github.com >
238
238
* < https://download.visualstudio.microsoft.com >
239
- * < https://dotnetcli.blob.core.windows.net >
239
+ * < https://builds.dotnet.microsoft.com >
240
240
* < https://www.google.com >
241
241
* < https://g.live.com >
242
242
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ scoop install sophiapp
239
239
* < https://raw.githubusercontent.com >
240
240
* < https://github.com >
241
241
* < https://download.visualstudio.microsoft.com >
242
- * < https://dotnetcli.blob.core.windows.net >
242
+ * < https://builds.dotnet.microsoft.com >
243
243
* < https://www.google.com >
244
244
* < https://g.live.com >
245
245
* < https://oneclient.sfx.ms >
Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ public static void _352(bool _)
960
960
public static void _354 ( bool _ )
961
961
{
962
962
var temp = Environment . GetEnvironmentVariable ( TEMP ) ;
963
- var cloudNet6 = WebHelper . GetJsonResponse < MsNetDto > ( @"https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/6.0/releases.json" ) ;
963
+ var cloudNet6 = WebHelper . GetJsonResponse < MsNetDto > ( @"https://builds.dotnet.microsoft.com /dotnet/release-metadata/6.0/releases.json" ) ;
964
964
var latestRelease = cloudNet6 . Releases . Where ( release => release . ReleaseVersion == $ "{ cloudNet6 . LatestRelease } ") . First ( ) ;
965
965
var latestRuntime = latestRelease . WindowsDesktop . Files . Where ( file => file . Name == "windowsdesktop-runtime-win-x86.exe" ) . First ( ) ;
966
966
var installer = $@ "{ temp } \{ latestRuntime . Url . Substring ( latestRuntime . Url . LastIndexOf ( '/' ) + 1 ) } ";
@@ -984,7 +984,7 @@ public static void _355(bool _)
984
984
public static void _357 ( bool _ )
985
985
{
986
986
var temp = Environment . GetEnvironmentVariable ( TEMP ) ;
987
- var cloudNet6 = WebHelper . GetJsonResponse < MsNetDto > ( @"https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/6.0/releases.json" ) ;
987
+ var cloudNet6 = WebHelper . GetJsonResponse < MsNetDto > ( @"https://builds.dotnet.microsoft.com /dotnet/release-metadata/6.0/releases.json" ) ;
988
988
var latestRelease = cloudNet6 . Releases . Where ( release => release . ReleaseVersion == $ "{ cloudNet6 . LatestRelease } ") . First ( ) ;
989
989
var latestRuntime = latestRelease . WindowsDesktop . Files . Where ( file => file . Name == "windowsdesktop-runtime-win-x64.exe" ) . First ( ) ;
990
990
var installer = $@ "{ temp } \{ latestRuntime . Url . Substring ( latestRuntime . Url . LastIndexOf ( '/' ) + 1 ) } ";
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ public static bool _354()
455
455
{
456
456
if ( HttpHelper . IsOnline )
457
457
{
458
- var cloudNetVersion = WebHelper . GetJsonResponse < MsNetDto > ( @"https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/6.0/releases.json" ) ;
458
+ var cloudNetVersion = WebHelper . GetJsonResponse < MsNetDto > ( @"https://builds.dotnet.microsoft.com /dotnet/release-metadata/6.0/releases.json" ) ;
459
459
return DotNetHelper . IsInstalled ( cloudNetVersion . LatestRelease , DotNetRid . Win_x86 )
460
460
? throw new DotNetInstalledException ( cloudNetVersion . LatestRelease )
461
461
: false ;
@@ -472,7 +472,7 @@ public static bool _357()
472
472
{
473
473
if ( HttpHelper . IsOnline )
474
474
{
475
- var cloudNetVersion = WebHelper . GetJsonResponse < MsNetDto > ( @"https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/6.0/releases.json" ) ;
475
+ var cloudNetVersion = WebHelper . GetJsonResponse < MsNetDto > ( @"https://builds.dotnet.microsoft.com /dotnet/release-metadata/6.0/releases.json" ) ;
476
476
return DotNetHelper . IsInstalled ( cloudNetVersion . LatestRelease , DotNetRid . Win_x64 )
477
477
? throw new DotNetInstalledException ( cloudNetVersion . LatestRelease )
478
478
: false ;
You can’t perform that action at this time.
0 commit comments