Skip to content

Commit 59246f6

Browse files
[main] Update dependencies from dotnet/arcade (#9667)
* Update dependencies from https://github.com/dotnet/arcade build 20231204.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23601.1 -> To Version 9.0.0-beta.23604.3 * Update dependencies from https://github.com/dotnet/arcade build 20231205.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23601.1 -> To Version 9.0.0-beta.23605.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent eeca905 commit 59246f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
9191
<Sha>3a25a7f1cc446b60678ed25c9d829420d6321eba</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23601.1">
93+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23606.1">
9494
<Uri>https://github.com/dotnet/arcade</Uri>
95-
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
95+
<Sha>71149d1f281ab5e066d1f524f4862152683f5144</Sha>
9696
<SourceBuild RepoName="arcade" ManagedOnly="true" />
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23601.1">
98+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23606.1">
9999
<Uri>https://github.com/dotnet/arcade</Uri>
100-
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
100+
<Sha>71149d1f281ab5e066d1f524f4862152683f5144</Sha>
101101
</Dependency>
102102
<!-- Necessary for source-build. This allows Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages
103103
to be retrieved from live source-build and their content consumed by packages produced by razor.

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>4.8.0-3.23475.1</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
7171
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.8.0-3.23475.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
7272
<MicrosoftVisualStudioLanguageServicesPackageVersion>4.8.0-3.23475.1</MicrosoftVisualStudioLanguageServicesPackageVersion>
73-
<MicrosoftDotNetXliffTasksPackageVersion>9.0.0-beta.23601.1</MicrosoftDotNetXliffTasksPackageVersion>
73+
<MicrosoftDotNetXliffTasksPackageVersion>9.0.0-beta.23606.1</MicrosoftDotNetXliffTasksPackageVersion>
7474
<!--
7575
Exception - Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages are not updated by automation,
7676
but are present in Version.Details.xml for source-build PVP flow. See the comment in Version.Details.xml for more information.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"rollForward": "latestPatch"
2222
},
2323
"msbuild-sdks": {
24-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23601.1"
24+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23606.1"
2525
}
2626
}

0 commit comments

Comments
 (0)