Skip to content

Commit 3934ddc

Browse files
[release/8.0.3xx] Update dependencies from dotnet/arcade (#20439)
[release/8.0.3xx] Update dependencies from dotnet/arcade
1 parent 63bf959 commit 3934ddc

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
@@ -214,18 +214,18 @@
214214
</Dependency>
215215
</ProductDependencies>
216216
<ToolsetDependencies>
217-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25263.4">
217+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25264.2">
218218
<Uri>https://github.com/dotnet/arcade</Uri>
219-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
219+
<Sha>983d15077d88cfed26837e40e8f984fdee5d1715</Sha>
220220
<SourceBuild RepoName="arcade" ManagedOnly="true" />
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25263.4">
222+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.25264.2">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
224+
<Sha>983d15077d88cfed26837e40e8f984fdee5d1715</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25263.4">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.25264.2">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
228+
<Sha>983d15077d88cfed26837e40e8f984fdee5d1715</Sha>
229229
</Dependency>
230230
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24306.1">
231231
<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
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<!-- Dependency from https://github.com/dotnet/arcade -->
42-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25263.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
42+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.25264.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
4343
</PropertyGroup>
4444
<PropertyGroup>
4545
<!-- 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.25263.4",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25263.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25264.2",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.25264.2"
1616
}
1717
}

0 commit comments

Comments
 (0)