Skip to content

Commit acb57df

Browse files
[release/8.0] Update dependencies from dotnet/arcade (#12302)
[release/8.0] Update dependencies from dotnet/arcade
1 parent 627ee55 commit acb57df

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7-
<add key="darc-int-dotnet-runtime-81cabf2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-81cabf28/nuget/v3/index.json" />
7+
<add key="darc-int-dotnet-runtime-81cabf2-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-81cabf28-3/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-runtime -->
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -23,7 +23,7 @@
2323
<clear />
2424
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2525
<!-- Begin: Package sources from dotnet-runtime -->
26-
<add key="darc-int-dotnet-runtime-81cabf2" value="true" />
26+
<add key="darc-int-dotnet-runtime-81cabf2-3" value="true" />
2727
<!-- End: Package sources from dotnet-runtime -->
2828
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2929
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,29 +179,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
179179
</ProductDependencies>
180180
<ToolsetDependencies>
181181
<!-- Arcade -->
182-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24426.2">
182+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24508.1">
183183
<Uri>https://github.com/dotnet/arcade</Uri>
184-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
184+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
185185
</Dependency>
186-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.24426.2">
186+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.24508.1">
187187
<Uri>https://github.com/dotnet/arcade</Uri>
188-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
188+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
189189
</Dependency>
190-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24426.2">
190+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24508.1">
191191
<Uri>https://github.com/dotnet/arcade</Uri>
192-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
192+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
193193
</Dependency>
194-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24426.2">
194+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24508.1">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
196+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.24426.2">
198+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.24508.1">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
200+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24426.2">
202+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24508.1">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>80264e60280e2815e7d65871081ccac04a32445c</Sha>
204+
<Sha>e5b13e054339e41d422212a0ecaf24fec20cb5a1</Sha>
205205
</Dependency>
206206
</ToolsetDependencies>
207207
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
</PropertyGroup>
5757
<!-- Arcade -->
5858
<PropertyGroup>
59-
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.24426.2</MicrosoftDotNetGenFacadesPackageVersion>
60-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.24426.2</MicrosoftDotNetRemoteExecutorVersion>
61-
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.24426.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
59+
<MicrosoftDotNetGenFacadesPackageVersion>8.0.0-beta.24508.1</MicrosoftDotNetGenFacadesPackageVersion>
60+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.24508.1</MicrosoftDotNetRemoteExecutorVersion>
61+
<MicrosoftDotNetXUnitExtensionsPackageVersion>8.0.0-beta.24508.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
6262
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6363
</PropertyGroup>
6464
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.108",
3+
"dotnet": "8.0.110",
44
"runtimes": {
55
"dotnet/x64": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)"
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "8.0.108"
14+
"version": "8.0.110"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24426.2",
18-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24426.2",
19-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24426.2",
17+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24508.1",
18+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24508.1",
19+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24508.1",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "8.0.10-servicing.24466.10"
2222
},

0 commit comments

Comments
 (0)