Skip to content

Commit 65a65fa

Browse files
authored
Merge pull request #8541 from dotnet/darc-release/9.0.2xx-e3e6369a-97c6-4e6c-b6d5-7ada11ea724b
[release/9.0.2xx] Update dependencies from dotnet/arcade
2 parents 44a0b49 + f6337f2 commit 65a65fa

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

NuGet.config

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
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-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" />
127
<!-- End: Package sources from dotnet-runtime -->
8+
<!-- Begin: Package sources from dotnet-templating -->
9+
<add key="darc-pub-dotnet-templating-b699ff1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-b699ff19/nuget/v3/index.json" />
10+
<!-- End: Package sources from dotnet-templating -->
1311
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1412
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1513
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,11 +19,6 @@
2119
<disabledPackageSources>
2220
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2321
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-2aade6b-1" value="true" />
25-
<add key="darc-int-dotnet-runtime-2aade6b-2" value="true" />
26-
<add key="darc-int-dotnet-runtime-2aade6b-3" value="true" />
27-
<add key="darc-int-dotnet-runtime-2aade6b-5" value="true" />
28-
<add key="darc-int-dotnet-runtime-2aade6b" value="true" />
2922
<!-- End: Package sources from dotnet-runtime -->
3023
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3124
</disabledPackageSources>

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.24516.2">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24562.13">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
24+
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24516.2">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24562.13">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>3c393bbd85ae16ddddba20d0b75035b0c6f1a52d</Sha>
29+
<Sha>1c7e09a8d9c9c9b15ba574cd6a496553505559de</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-rc.2.24474.11"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24516.2"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24562.13"
77
}
88
}

0 commit comments

Comments
 (0)