Skip to content

Commit 81cf33c

Browse files
authored
[main] Update dependencies from dotnet/arcade (#15999)
2 parents 80cd5f4 + a8a1a0e commit 81cf33c

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,18 @@
193193
</Dependency>
194194
</ProductDependencies>
195195
<ToolsetDependencies>
196-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23177.4">
196+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23210.3">
197197
<Uri>https://github.com/dotnet/arcade</Uri>
198-
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
198+
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
199199
<SourceBuild RepoName="arcade" ManagedOnly="true" />
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23177.4">
201+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23210.3">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
203+
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23177.4">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23210.3">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
207+
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
208208
</Dependency>
209209
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
210210
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -223,14 +223,14 @@
223223
<Sha>f43e7ac7040fa13408a8c2475e5ba76f33402ad2</Sha>
224224
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
225225
</Dependency>
226-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="1.2.0-beta-23175-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
226+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23210.2" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
227227
<Uri>https://github.com/dotnet/sourcelink</Uri>
228-
<Sha>ccfca8dce5f7525433756281c2c275386348a9ad</Sha>
228+
<Sha>759f344923a0859f3fae83431d0ba1cc62108118</Sha>
229229
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
230230
</Dependency>
231-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23175.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
231+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23180.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
232232
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
233-
<Sha>f8afbbadc5b87ae70b8993f4a9cfa54fb820d6ce</Sha>
233+
<Sha>a0d9b0e10c67721157c066abb9210d1e3e774014</Sha>
234234
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
235235
</Dependency>
236236
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434
<PropertyGroup>
3535
<!-- Dependency from https://github.com/dotnet/arcade -->
36-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23177.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
36+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23210.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3737
</PropertyGroup>
3838
<PropertyGroup>
3939
<!-- 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.23177.4",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23177.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23210.3",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23210.3"
1616
}
1717
}

0 commit comments

Comments
 (0)