Skip to content

Commit 43a9d7f

Browse files
[main] Update dependencies from dotnet/source-build-externals (#71547)
[main] Update dependencies from dotnet/source-build-externals - Merge branch 'main' into darc-main-ef710cee-753f-41bb-a8a7-1cd7063767f1 - Add net9 transport feed
1 parent 5d153ac commit 43a9d7f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
1212
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
1313
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
14+
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
1415
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
1516
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
1617
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Dependencies>
33
<ProductDependencies>
44
<!-- Intermediate is necessary for source build. -->
5-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.23570.1">
5+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24106.1">
66
<Uri>https://github.com/dotnet/source-build-externals</Uri>
7-
<Sha>e844aa02a05b90d8cbe499676ec6ee0f19ec4980</Sha>
7+
<Sha>f1ef074dfcf79d2f2da6e6ff9df8696a32aa063c</Sha>
88
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
99
</Dependency>
1010
<!-- Intermediate is necessary for source build. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"msbuild-sdks": {
1515
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24059.4",
1616
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24059.4",
17-
"Microsoft.Build.Traversal" : "3.4.0"
17+
"Microsoft.Build.Traversal": "3.4.0"
1818
}
1919
}

0 commit comments

Comments
 (0)