Skip to content

Commit 68f7361

Browse files
authored
[main] Update dependencies from dotnet/arcade (#16638)
2 parents 7ada4a7 + 3a05418 commit 68f7361

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.23307.2">
205+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23308.2">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>a178d756de78f9fd55339cb92665e791a3ba6535</Sha>
207+
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</Sha>
208208
<SourceBuild RepoName="arcade" ManagedOnly="true" />
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23307.2">
210+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23308.2">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>a178d756de78f9fd55339cb92665e791a3ba6535</Sha>
212+
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23307.2">
214+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23308.2">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>a178d756de78f9fd55339cb92665e791a3ba6535</Sha>
216+
<Sha>1205248d5cc014b68c2fb8cfbf091a77aa433453</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.23307.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
39+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23308.2</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.23307.2",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23307.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23308.2",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23308.2"
1616
}
1717
}

0 commit comments

Comments
 (0)