Skip to content

Commit 53587f9

Browse files
authored
Merge pull request #14193 from dotnet/darc-main-5544c5c4-ff24-4e9a-8dd5-063657c0ee96
[main] Update dependencies from dotnet/arcade
2 parents ace7452 + a530c81 commit 53587f9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,32 +196,32 @@
196196
</Dependency>
197197
</ProductDependencies>
198198
<ToolsetDependencies>
199-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22371.8">
199+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22372.1">
200200
<Uri>https://github.com/dotnet/arcade</Uri>
201-
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
201+
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
202202
<SourceBuild RepoName="arcade" ManagedOnly="true" />
203203
</Dependency>
204-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22371.8">
204+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22372.1">
205205
<Uri>https://github.com/dotnet/arcade</Uri>
206-
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
206+
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
207207
</Dependency>
208-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22371.8">
208+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22372.1">
209209
<Uri>https://github.com/dotnet/arcade</Uri>
210-
<Sha>3535001b78eff45df99b991571e84efbd7a8bbbd</Sha>
210+
<Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
211211
</Dependency>
212212
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22371.2">
213213
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
214214
<Sha>3d0f9fa840fd71d18bfbc37215b7beda90d9b1d7</Sha>
215215
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
216216
</Dependency>
217-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22370-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
217+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22371-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
218218
<Uri>https://github.com/dotnet/sourcelink</Uri>
219219
<Sha>8779e3bbd2863c2f51b7933d265348cee36e3a6f</Sha>
220220
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22370.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
222+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22371.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
223223
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
224-
<Sha>3ea6a5b4740a9541d9b00701564ba786e61994c3</Sha>
224+
<Sha>accd9db8ea2d65ea37ab7ac7876e06de6f1ab942</Sha>
225225
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
226226
</Dependency>
227227
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Dependency from https://github.com/dotnet/arcade -->
29-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22371.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22372.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3030
</PropertyGroup>
3131
<PropertyGroup>
3232
<!-- Dependency from https://github.com/dotnet/winforms -->

global.json

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

0 commit comments

Comments
 (0)