Skip to content

Commit 8860f53

Browse files
[main] Update dependencies from dotnet/arcade (#15349)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2b787c2 commit 8860f53

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
@@ -192,18 +192,18 @@
192192
</Dependency>
193193
</ProductDependencies>
194194
<ToolsetDependencies>
195-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23074.2">
195+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23075.1">
196196
<Uri>https://github.com/dotnet/arcade</Uri>
197-
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
197+
<Sha>cb4788b8aa2a8df6d6abc515555916c7af1ef679</Sha>
198198
<SourceBuild RepoName="arcade" ManagedOnly="true" />
199199
</Dependency>
200-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23074.2">
200+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23075.1">
201201
<Uri>https://github.com/dotnet/arcade</Uri>
202-
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
202+
<Sha>cb4788b8aa2a8df6d6abc515555916c7af1ef679</Sha>
203203
</Dependency>
204-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23074.2">
204+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23075.1">
205205
<Uri>https://github.com/dotnet/arcade</Uri>
206-
<Sha>d1e861bb47e003e8f87474f518de2c9ddff85f23</Sha>
206+
<Sha>cb4788b8aa2a8df6d6abc515555916c7af1ef679</Sha>
207207
</Dependency>
208208
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23074.3">
209209
<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
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Dependency from https://github.com/dotnet/arcade -->
29-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23074.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23075.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3030
</PropertyGroup>
3131
<PropertyGroup>
3232
<!-- 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.23074.2",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23074.2"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23075.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23075.1"
1616
}
1717
}

0 commit comments

Comments
 (0)