Skip to content

Commit 85a0482

Browse files
authored
Merge pull request #14101 from dotnet/darc-main-91f6903d-80f6-4d1e-b6ea-53c6c1d9f562
[main] Update dependencies from dotnet/arcade
2 parents f8fb662 + b1a0184 commit 85a0482

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 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.22356.3">
199+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22358.3">
200200
<Uri>https://github.com/dotnet/arcade</Uri>
201-
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
201+
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
202202
<SourceBuild RepoName="arcade" ManagedOnly="true" />
203203
</Dependency>
204-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22356.3">
204+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22358.3">
205205
<Uri>https://github.com/dotnet/arcade</Uri>
206-
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
206+
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
207207
</Dependency>
208-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22356.3">
208+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22358.3">
209209
<Uri>https://github.com/dotnet/arcade</Uri>
210-
<Sha>78adce7e3545bf5a5252fd9963969d8950fadea6</Sha>
210+
<Sha>54a00a84b53b63a74d232498a9d1476ff2000b7f</Sha>
211211
</Dependency>
212212
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22356.1">
213213
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
214214
<Sha>2288850ad99cac4de5968ed609144bfdc81567ce</Sha>
215215
<SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" />
216216
</Dependency>
217-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22355-01" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
217+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-22357-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
218218
<Uri>https://github.com/dotnet/sourcelink</Uri>
219-
<Sha>39d159f2a663d836dc54704cfa74414be3e3338f</Sha>
219+
<Sha>2b13b222c4894db2bf59e0b7c2f909f55a0e60c3</Sha>
220220
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22355.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
222+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.22357.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
223223
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
224-
<Sha>03edf62ccaba877b7cc24f939de2cf1bcb5d069e</Sha>
224+
<Sha>de60e8170dea65032fe393a4fa25eee9152087de</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.22356.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22358.3</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.22356.3",
15-
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22356.3"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22358.3",
15+
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22358.3"
1616
}
1717
}

0 commit comments

Comments
 (0)