Skip to content

Commit 7d1a46c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241008.2 (#34878)
[release/6.0] Update dependencies from dotnet/arcade
1 parent e878036 commit 7d1a46c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<add key="darc-int-dotnet-runtime-b357f86" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b357f86c/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-b357f86-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b357f86c-2/nuget/v3/index.json" />
89
<!-- End: Package sources from dotnet-runtime -->
910
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1011
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -19,6 +20,7 @@
1920
<clear />
2021
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2122
<!-- Begin: Package sources from dotnet-runtime -->
23+
<add key="darc-int-dotnet-runtime-b357f86-2" value="true" />
2224
<add key="darc-int-dotnet-runtime-b357f86" value="true" />
2325
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2426
<add key="darc-int-dotnet-runtime-cd08c36" value="true" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
</Dependency>
4848
</ProductDependencies>
4949
<ToolsetDependencies>
50-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
50+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24508.2">
5151
<Uri>https://github.com/dotnet/arcade</Uri>
52-
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
52+
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
5353
</Dependency>
54-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24459.5">
54+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24508.2">
5555
<Uri>https://github.com/dotnet/arcade</Uri>
56-
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
56+
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
5757
</Dependency>
5858
</ToolsetDependencies>
5959
</Dependencies>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "6.0.133",
3+
"dotnet": "6.0.135",
44
"runtimes": {
55
"dotnet": [
66
"3.1.32",
@@ -13,12 +13,12 @@
1313
}
1414
},
1515
"sdk": {
16-
"version": "6.0.133",
16+
"version": "6.0.135",
1717
"allowPrerelease": true,
1818
"rollForward": "latestMajor"
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5",
22-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24459.5"
21+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24508.2",
22+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24508.2"
2323
}
2424
}

0 commit comments

Comments
 (0)