Skip to content

Commit f1453f4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231120.1 (#9607)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23567.1 -> To Version 9.0.0-beta.23570.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 630d826 commit f1453f4

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
@@ -94,14 +94,14 @@
9494
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
9595
<Sha>3a25a7f1cc446b60678ed25c9d829420d6321eba</Sha>
9696
</Dependency>
97-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23567.1">
97+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23570.1">
9898
<Uri>https://github.com/dotnet/arcade</Uri>
99-
<Sha>b6801170e6ca8bf12bdff1f10d410c5e01660681</Sha>
99+
<Sha>96e79593b458ac7aeff2571604c41fe915da5bff</Sha>
100100
<SourceBuild RepoName="arcade" ManagedOnly="true" />
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23567.1">
102+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23570.1">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>b6801170e6ca8bf12bdff1f10d410c5e01660681</Sha>
104+
<Sha>96e79593b458ac7aeff2571604c41fe915da5bff</Sha>
105105
</Dependency>
106106
<!-- Necessary for source-build. This allows Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages
107107
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
@@ -71,7 +71,7 @@
7171
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>4.8.0-3.23475.1</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
7272
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.8.0-3.23475.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
7373
<MicrosoftVisualStudioLanguageServicesPackageVersion>4.8.0-3.23475.1</MicrosoftVisualStudioLanguageServicesPackageVersion>
74-
<MicrosoftDotNetXliffTasksPackageVersion>9.0.0-beta.23567.1</MicrosoftDotNetXliffTasksPackageVersion>
74+
<MicrosoftDotNetXliffTasksPackageVersion>9.0.0-beta.23570.1</MicrosoftDotNetXliffTasksPackageVersion>
7575
<!--
7676
Exception - Microsoft.Extensions.ObjectPool and System.Collections.Immutable packages are not updated by automation,
7777
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.23567.1"
24+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23570.1"
2525
}
2626
}

0 commit comments

Comments
 (0)