Skip to content

Commit d794706

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241008.1 (#34880)
[release/8.0] Update dependencies from dotnet/arcade
1 parent 576f0d0 commit d794706

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060
</Dependency>
6161
</ProductDependencies>
6262
<ToolsetDependencies>
63-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24426.2">
63+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24508.1">
6464
<Uri>https://github.com/dotnet/arcade</Uri>
65-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
65+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
6666
</Dependency>
67-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.24426.2">
67+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.24508.1">
6868
<Uri>https://github.com/dotnet/arcade</Uri>
69-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
69+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
7070
</Dependency>
71-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24426.2">
71+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24508.1">
7272
<Uri>https://github.com/dotnet/arcade</Uri>
73-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
73+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
7474
</Dependency>
7575
</ToolsetDependencies>
7676
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<MicrosoftNETCoreBrowserDebugHostTransportVersion>8.0.8-servicing.24366.12</MicrosoftNETCoreBrowserDebugHostTransportVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Label="Dependencies from dotnet/arcade">
36-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.24426.2</MicrosoftDotNetBuildTasksTemplatingVersion>
36+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.24508.1</MicrosoftDotNetBuildTasksTemplatingVersion>
3737
</PropertyGroup>
3838
<PropertyGroup Label="Other dependencies">
3939
<!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft.com/visualstudio/extensibility/roslyn-version-support -->

eng/common/tools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ function IsWindowsPlatform() {
892892
}
893893

894894
function Get-Darc($version) {
895-
$darcPath = "$TempDir\darc\$(New-Guid)"
895+
$darcPath = "$TempDir\darc\$([guid]::NewGuid())"
896896
if ($version -ne $null) {
897897
& $PSScriptRoot\darc-init.ps1 -toolpath $darcPath -darcVersion $version | Out-Host
898898
} else {

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"sdk": {
3-
"version": "8.0.108",
3+
"version": "8.0.110",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor"
66
},
77
"tools": {
8-
"dotnet": "8.0.108",
8+
"dotnet": "8.0.110",
99
"runtimes": {
1010
"dotnet": [
1111
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
1212
]
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24426.2",
17-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24426.2"
16+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24508.1",
17+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24508.1"
1818
}
1919
}

0 commit comments

Comments
 (0)