Skip to content

Commit 9218d03

Browse files
Update dependencies from build 307268 (#7225)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.XliffTasks (Version 10.0.0-beta.26165.109 -> 10.0.0-beta.26172.102) [[ commit created by automation ]] Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 4e6dd56 commit 9218d03

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This file should be imported by eng/Versions.props
1010
<!-- dotnet-corefx dependencies -->
1111
<SystemComponentModelCompositionPackageVersion>4.5.0</SystemComponentModelCompositionPackageVersion>
1212
<!-- dotnet-dotnet dependencies -->
13-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26165.109</MicrosoftDotNetArcadeSdkPackageVersion>
14-
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.26165.109</MicrosoftDotNetXliffTasksPackageVersion>
13+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26172.102</MicrosoftDotNetArcadeSdkPackageVersion>
14+
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.26172.102</MicrosoftDotNetXliffTasksPackageVersion>
1515
<!-- dotnet-msbuild dependencies -->
1616
<MicrosoftBuildPackageVersion>17.3.1</MicrosoftBuildPackageVersion>
1717
<!-- dotnet-runtime dependencies -->

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="072d6624fe884a9d47a7b3202384e4894b46454c" BarId="306251" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="8aa2738d3bdb38df89821c66dd8a41b9b73dc174" BarId="307268" />
44
<!--
55
Currently this file is required to publish builds to .NET build asset registry.
66
See https://github.com/dotnet/arcade/issues/2396 for details.
@@ -56,13 +56,13 @@
5656
</Dependency>
5757
</ProductDependencies>
5858
<ToolsetDependencies>
59-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26165.109">
59+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26172.102">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>072d6624fe884a9d47a7b3202384e4894b46454c</Sha>
61+
<Sha>8aa2738d3bdb38df89821c66dd8a41b9b73dc174</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.26165.109">
63+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.26172.102">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>072d6624fe884a9d47a7b3202384e4894b46454c</Sha>
65+
<Sha>8aa2738d3bdb38df89821c66dd8a41b9b73dc174</Sha>
6666
</Dependency>
6767
</ToolsetDependencies>
6868
</Dependencies>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pinned": true
1010
},
1111
"msbuild-sdks": {
12-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26165.109",
12+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26172.102",
1313
"Microsoft.Build.NoTargets": "3.7.0"
1414
}
1515
}

0 commit comments

Comments
 (0)