Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c065418

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250211.5 (#35634)
[release/9.0] Update dependencies from dotnet/arcade
1 parent 54f9471 commit c065418

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

NuGet.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
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-80aa709" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-80aa709-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f-2/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-80aa709-15" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f-15/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-runtime-80aa709-14" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f-14/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-runtime-80aa709-12" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f-12/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-runtime-80aa709-10" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80aa709f-10/nuget/v3/index.json" />
813
<!-- End: Package sources from dotnet-runtime -->
914
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1015
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,6 +26,11 @@
2126
<clear />
2227
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2328
<!-- Begin: Package sources from dotnet-runtime -->
29+
<add key="darc-int-dotnet-runtime-80aa709-10" value="true" />
30+
<add key="darc-int-dotnet-runtime-80aa709-12" value="true" />
31+
<add key="darc-int-dotnet-runtime-80aa709-14" value="true" />
32+
<add key="darc-int-dotnet-runtime-80aa709-15" value="true" />
33+
<add key="darc-int-dotnet-runtime-80aa709-2" value="true" />
2434
<add key="darc-int-dotnet-runtime-80aa709" value="true" />
2535
<!-- End: Package sources from dotnet-runtime -->
2636
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25077.4">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25111.5">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
72+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25077.4">
74+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25111.5">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
76+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25077.4">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25111.5">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
80+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
8181
</Dependency>
8282
</ToolsetDependencies>
8383
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<SystemFormatsAsn1Version>9.0.2</SystemFormatsAsn1Version>
3535
</PropertyGroup>
3636
<PropertyGroup Label="Dependencies from dotnet/arcade">
37-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25077.4</MicrosoftDotNetBuildTasksTemplatingVersion>
37+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25111.5</MicrosoftDotNetBuildTasksTemplatingVersion>
3838
</PropertyGroup>
3939
<PropertyGroup Label="Other dependencies">
4040
<MicrosoftBuildFrameworkVersion>17.8.3</MicrosoftBuildFrameworkVersion>

eng/common/templates-official/post-build/common-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ variables:
55
is1ESPipeline: true
66

77
${{ each parameter in parameters }}:
8-
${{ parameter.key }}: ${{ parameter.value }}
8+
${{ parameter.key }}: ${{ parameter.value }}

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"sdk": {
3-
"version": "9.0.102",
3+
"version": "9.0.103",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor"
66
},
77
"tools": {
8-
"dotnet": "9.0.102",
8+
"dotnet": "9.0.103",
99
"runtimes": {
1010
"dotnet": [
1111
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
1212
]
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4",
17-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25077.4"
16+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5",
17+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25111.5"
1818
}
1919
}

0 commit comments

Comments
 (0)