Skip to content

Commit bc5884a

Browse files
[main] Update dependencies from dotnet/arcade (#16556)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 5acae40 commit bc5884a

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
@@ -193,18 +193,18 @@
193193
</Dependency>
194194
</ProductDependencies>
195195
<ToolsetDependencies>
196-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23280.3">
196+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23281.3">
197197
<Uri>https://github.com/dotnet/arcade</Uri>
198-
<Sha>e375d9151b2345e26a0bf967913fa4d621891496</Sha>
198+
<Sha>4b21797cb317811358903666286e8d1873cc2c24</Sha>
199199
<SourceBuild RepoName="arcade" ManagedOnly="true" />
200200
</Dependency>
201-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23280.3">
201+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23281.3">
202202
<Uri>https://github.com/dotnet/arcade</Uri>
203-
<Sha>e375d9151b2345e26a0bf967913fa4d621891496</Sha>
203+
<Sha>4b21797cb317811358903666286e8d1873cc2c24</Sha>
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23280.3">
205+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23281.3">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>e375d9151b2345e26a0bf967913fa4d621891496</Sha>
207+
<Sha>4b21797cb317811358903666286e8d1873cc2c24</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>

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.23280.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
36+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23281.3</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.23280.3",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23280.3"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23281.3",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23281.3"
1616
}
1717
}

0 commit comments

Comments
 (0)