Skip to content

Commit 3a66d15

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240828.1 (#8323)
[main] Update dependencies from dotnet/arcade
1 parent 87cc17d commit 3a66d15

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

NuGet.config

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<configuration>
33
<packageSources>
44
<clear />
5+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6+
<!-- Begin: Package sources from dotnet-runtime -->
7+
<add key="darc-int-dotnet-runtime-2aade6b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-2aade6b-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-5/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-2aade6b-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-3/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-2aade6b-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-2/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-2aade6b-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-2aade6be-1/nuget/v3/index.json" />
12+
<!-- End: Package sources from dotnet-runtime -->
13+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
514
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
615
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
716
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
@@ -17,5 +26,14 @@
1726
</auditSources>
1827
<disabledPackageSources>
1928
<clear />
29+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
30+
<!-- Begin: Package sources from dotnet-runtime -->
31+
<add key="darc-int-dotnet-runtime-2aade6b-1" value="true" />
32+
<add key="darc-int-dotnet-runtime-2aade6b-2" value="true" />
33+
<add key="darc-int-dotnet-runtime-2aade6b-3" value="true" />
34+
<add key="darc-int-dotnet-runtime-2aade6b-5" value="true" />
35+
<add key="darc-int-dotnet-runtime-2aade6b" value="true" />
36+
<!-- End: Package sources from dotnet-runtime -->
37+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2038
</disabledPackageSources>
2139
</configuration>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24426.3">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24428.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4</Sha>
24+
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24426.3">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24428.1">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4</Sha>
29+
<Sha>8c014d39b54295c36f61636aa897a6fe6c25c902</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<Dependency Name="System.Formats.Asn1" Version="8.0.1">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "9.0.100-preview.7.24407.12"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24426.3"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24428.1"
77
}
88
}

0 commit comments

Comments
 (0)