Skip to content

Commit 9e6f9a8

Browse files
authored
[main] Update dependencies from dotnet/arcade (#16643)
2 parents fc89317 + 5f170fb commit 9e6f9a8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,18 @@
202202
</Dependency>
203203
</ProductDependencies>
204204
<ToolsetDependencies>
205-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23308.2">
205+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23309.8">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</Sha>
207+
<Sha>9994c5ed43856c35591d94ead68ef501a020eb2e</Sha>
208208
<SourceBuild RepoName="arcade" ManagedOnly="true" />
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23308.2">
210+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23309.8">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</Sha>
212+
<Sha>9994c5ed43856c35591d94ead68ef501a020eb2e</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23308.2">
214+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23309.8">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</Sha>
216+
<Sha>9994c5ed43856c35591d94ead68ef501a020eb2e</Sha>
217217
</Dependency>
218218
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23307.2">
219219
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<PropertyGroup>
3838
<!-- Dependency from https://github.com/dotnet/arcade -->
39-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23308.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
39+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23309.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<!-- 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.23308.2",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23308.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23309.8",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23309.8"
1616
}
1717
}

0 commit comments

Comments
 (0)