Skip to content

Commit c5e45fd

Browse files
authored
[release/8.0.1xx] Update dependencies from dotnet/arcade (#17261)
2 parents adf7cca + e54c447 commit c5e45fd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,18 +206,18 @@
206206
</Dependency>
207207
</ProductDependencies>
208208
<ToolsetDependencies>
209-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23422.1">
209+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23425.2">
210210
<Uri>https://github.com/dotnet/arcade</Uri>
211-
<Sha>4d9945d230fdd8324ce16a31c7dbd74e27a0fc9b</Sha>
211+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
212212
<SourceBuild RepoName="arcade" ManagedOnly="true" />
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23422.1">
214+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23425.2">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>4d9945d230fdd8324ce16a31c7dbd74e27a0fc9b</Sha>
216+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
217217
</Dependency>
218-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23422.1">
218+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23425.2">
219219
<Uri>https://github.com/dotnet/arcade</Uri>
220-
<Sha>4d9945d230fdd8324ce16a31c7dbd74e27a0fc9b</Sha>
220+
<Sha>90c167d5c57de4a8bced566379dbd893556c94e8</Sha>
221221
</Dependency>
222222
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23416.3">
223223
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -236,9 +236,9 @@
236236
<Sha>f4903e46459e0348e3793055dd8b68b8b0264034</Sha>
237237
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
238238
</Dependency>
239-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23418.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
239+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23423.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
240240
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
241-
<Sha>bb654cd4736e7e8cb99f1c355ce2b8f0a686ba74</Sha>
241+
<Sha>ed9a83526483c094fb51e7000b6f816ce6cb0325</Sha>
242242
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
243243
</Dependency>
244244
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23422.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23425.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- Dependency from https://github.com/dotnet/arcade-services -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "3.21.0"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23422.1",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23422.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23425.2",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23425.2"
1616
}
1717
}

0 commit comments

Comments
 (0)