Skip to content

Commit 1c49697

Browse files
authored
[main] Update dependencies from dotnet/arcade (#18434)
2 parents ce1839b + 0ef91b1 commit 1c49697

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
@@ -201,18 +201,18 @@
201201
</Dependency>
202202
</ProductDependencies>
203203
<ToolsetDependencies>
204-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24075.2">
204+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24076.5">
205205
<Uri>https://github.com/dotnet/arcade</Uri>
206-
<Sha>1d8f27f89c3b167f63e28e73a3d9ab345e81d310</Sha>
206+
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
207207
<SourceBuild RepoName="arcade" ManagedOnly="true" />
208208
</Dependency>
209-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24075.2">
209+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24076.5">
210210
<Uri>https://github.com/dotnet/arcade</Uri>
211-
<Sha>1d8f27f89c3b167f63e28e73a3d9ab345e81d310</Sha>
211+
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
212212
</Dependency>
213-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24075.2">
213+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24076.5">
214214
<Uri>https://github.com/dotnet/arcade</Uri>
215-
<Sha>1d8f27f89c3b167f63e28e73a3d9ab345e81d310</Sha>
215+
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
216216
</Dependency>
217217
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24074.1">
218218
<Uri>https://github.com/dotnet/arcade-services</Uri>
@@ -222,9 +222,9 @@
222222
<Uri>https://github.com/dotnet/arcade-services</Uri>
223223
<Sha>70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf</Sha>
224224
</Dependency>
225-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24075.2">
225+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24076.5">
226226
<Uri>https://github.com/dotnet/arcade</Uri>
227-
<Sha>1d8f27f89c3b167f63e28e73a3d9ab345e81d310</Sha>
227+
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
228228
</Dependency>
229229
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
230230
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<!-- Dependency from https://github.com/dotnet/arcade -->
43-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24075.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
43+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24076.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4444
</PropertyGroup>
4545
<PropertyGroup>
4646
<!-- 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": "9.0.0-beta.24075.2",
15-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24075.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24076.5",
15+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24076.5"
1616
}
1717
}

0 commit comments

Comments
 (0)