File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25061.1 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25067.3 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >98b4ae348fa01b99dc6fbfc8f601efd9b90090db </Sha >
8
+ <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25061.1 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.25067.3 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >98b4ae348fa01b99dc6fbfc8f601efd9b90090db </Sha >
12
+ <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25061.1 " >
14
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 10.0.0-beta.25067.3 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >98b4ae348fa01b99dc6fbfc8f601efd9b90090db </Sha >
16
+ <Sha >12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 15
15
<SystemCollectionsImmutableVersion >8.0.0</SystemCollectionsImmutableVersion >
16
16
<SystemIOHashingVersion >8.0.0</SystemIOHashingVersion >
17
17
<MicrosoftBclTimeProviderVersion >8.0.0</MicrosoftBclTimeProviderVersion >
18
- <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25061.1 </MicrosoftDotNetXUnitExtensionsPackageVersion >
18
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25067.3 </MicrosoftDotNetXUnitExtensionsPackageVersion >
19
19
<MicrosoftAspNetCoreTestHostVersion >6.0.36</MicrosoftAspNetCoreTestHostVersion >
20
20
<MicrosoftCrankEventSourcesVersion >0.2.0-alpha.24576.2</MicrosoftCrankEventSourcesVersion >
21
21
<MicrosoftDotNetXUnitExtensionsPackageVersion >10.0.0-beta.25056.1</MicrosoftDotNetXUnitExtensionsPackageVersion >
Original file line number Diff line number Diff line change 42
42
[bool ]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true }
43
43
44
44
# Enable repos to use a particular version of the on-line dotnet-install scripts.
45
- # default URL: https://dotnet.microsoft.com/download /dotnet/scripts/v1/dotnet-install.ps1
45
+ # default URL: https://builds. dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1
46
46
[string ]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { ' v1' }
47
47
48
48
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -262,7 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
262
262
if (! (Test-Path $installScript )) {
263
263
Create- Directory $dotnetRoot
264
264
$ProgressPreference = ' SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
265
- $uri = " https://raw.githubusercontent. com/dotnet/install- scripts/4b17227b30fbbad567d4d4fba17c59da51bc817b/src /dotnet-install.ps1"
265
+ $uri = " https://builds.dotnet.microsoft. com/dotnet/scripts/v1 /dotnet-install.ps1"
266
266
267
267
Retry({
268
268
Write-Host " GET $uri "
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ warn_as_error=${warn_as_error:-true}
54
54
use_installed_dotnet_cli=${use_installed_dotnet_cli:- true}
55
55
56
56
# Enable repos to use a particular version of the on-line dotnet-install scripts.
57
- # default URL: https://dotnet.microsoft.com/download /dotnet/scripts/v1/dotnet-install.sh
57
+ # default URL: https://builds. dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh
58
58
dotnetInstallScriptVersion=${dotnetInstallScriptVersion:- ' v1' }
59
59
60
60
# True to use global NuGet cache instead of restoring packages to repository-local directory.
@@ -295,7 +295,7 @@ function with_retries {
295
295
function GetDotNetInstallScript {
296
296
local root=$1
297
297
local install_script=" $root /dotnet-install.sh"
298
- local install_script_url=" https://raw.githubusercontent. com/dotnet/install- scripts/4b17227b30fbbad567d4d4fba17c59da51bc817b/src /dotnet-install.sh"
298
+ local install_script_url=" https://builds.dotnet.microsoft. com/dotnet/scripts/v1 /dotnet-install.sh"
299
299
300
300
if [[ ! -a " $install_script " ]]; then
301
301
mkdir -p " $root "
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 10.0.100-alpha.1.24573.1 "
3
+ "version" : " 10.0.100-alpha.1.25064.3 "
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 10.0.100-alpha.1.24573.1 " ,
6
+ "dotnet" : " 10.0.100-alpha.1.25064.3 " ,
7
7
"runtimes" : {
8
8
"dotnet" : [
9
9
" 6.0.36" ,
20
20
}
21
21
},
22
22
"msbuild-sdks" : {
23
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25061.1 " ,
24
- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25061.1 "
23
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25067.3 " ,
24
+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25067.3 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments