Skip to content

Commit 24f5950

Browse files
authored
Merge pull request #15037 from dotnet/darc-main-5488d8d6-e8a0-4f6b-a47b-6a8da8abef8f
[main] Update dependencies from dotnet/arcade
2 parents f9f6747 + 7b6c80b commit 24f5950

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,18 @@
192192
</Dependency>
193193
</ProductDependencies>
194194
<ToolsetDependencies>
195-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22574.1">
195+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22575.1">
196196
<Uri>https://github.com/dotnet/arcade</Uri>
197-
<Sha>7cd5e97416ad782621a2cce154d659253c06223a</Sha>
197+
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
198198
<SourceBuild RepoName="arcade" ManagedOnly="true" />
199199
</Dependency>
200-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22574.1">
200+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.22575.1">
201201
<Uri>https://github.com/dotnet/arcade</Uri>
202-
<Sha>7cd5e97416ad782621a2cce154d659253c06223a</Sha>
202+
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
203203
</Dependency>
204-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22574.1">
204+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.22575.1">
205205
<Uri>https://github.com/dotnet/arcade</Uri>
206-
<Sha>7cd5e97416ad782621a2cce154d659253c06223a</Sha>
206+
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
207207
</Dependency>
208208
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22573.3">
209209
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Dependency from https://github.com/dotnet/arcade -->
29-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22574.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.22575.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3030
</PropertyGroup>
3131
<PropertyGroup>
3232
<!-- Dependency from https://github.com/dotnet/arcade-services -->

global.json

+2-2
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.22574.1",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22574.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22575.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22575.1"
1616
}
1717
}

0 commit comments

Comments
 (0)