Skip to content

Commit 8488614

Browse files
authored
[main] Update dependencies from dotnet/arcade (#16393)
2 parents 39cce0b + ea4570f commit 8488614

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 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.23262.1">
196+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23262.5">
197197
<Uri>https://github.com/dotnet/arcade</Uri>
198-
<Sha>933cf300e376f398e3fa3b3563a6ad5fe32a511e</Sha>
198+
<Sha>1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4</Sha>
199199
<SourceBuild RepoName="arcade" ManagedOnly="true" />
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23262.1">
201+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23262.5">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>933cf300e376f398e3fa3b3563a6ad5fe32a511e</Sha>
203+
<Sha>1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23262.1">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23262.5">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>933cf300e376f398e3fa3b3563a6ad5fe32a511e</Sha>
207+
<Sha>1aff4eb33aa7cbf26ccd9fc43c17cb609a14dad4</Sha>
208208
</Dependency>
209209
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23226.1">
210210
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -228,9 +228,9 @@
228228
<Sha>47c52dd2ebf9edfd40abdcff999c13eb461f6ce2</Sha>
229229
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
230230
</Dependency>
231-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23259.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
231+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23261.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
232232
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
233-
<Sha>d1dd46c475ca2599bcbb1637548b0be2513b83c3</Sha>
233+
<Sha>a0391b3beff0696561189b5881f8af3b651d64ac</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.23262.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
36+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23262.5</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.23262.1",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23262.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23262.5",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23262.5"
1616
}
1717
}

0 commit comments

Comments
 (0)