Skip to content

Commit 276c394

Browse files
authored
[release/7.0.3xx] Update dependencies from dotnet/arcade (#15331)
2 parents 2e23a24 + 6b254a7 commit 276c394

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
@@ -188,18 +188,18 @@
188188
</Dependency>
189189
</ProductDependencies>
190190
<ToolsetDependencies>
191-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23060.4">
191+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.23073.6">
192192
<Uri>https://github.com/dotnet/arcade</Uri>
193-
<Sha>ac5977ebf05451c1adcf24a15d16263e4d25fd0c</Sha>
193+
<Sha>5f8519337c864af63b8692754ca0fa971bfc55d4</Sha>
194194
<SourceBuild RepoName="arcade" ManagedOnly="true" />
195195
</Dependency>
196-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.23060.4">
196+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.23073.6">
197197
<Uri>https://github.com/dotnet/arcade</Uri>
198-
<Sha>ac5977ebf05451c1adcf24a15d16263e4d25fd0c</Sha>
198+
<Sha>5f8519337c864af63b8692754ca0fa971bfc55d4</Sha>
199199
</Dependency>
200-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23060.4">
200+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.23073.6">
201201
<Uri>https://github.com/dotnet/arcade</Uri>
202-
<Sha>ac5977ebf05451c1adcf24a15d16263e4d25fd0c</Sha>
202+
<Sha>5f8519337c864af63b8692754ca0fa971bfc55d4</Sha>
203203
</Dependency>
204204
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.23063.1">
205205
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828
<PropertyGroup>
2929
<!-- Dependency from https://github.com/dotnet/arcade -->
30-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.23060.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
30+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.23073.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3131
</PropertyGroup>
3232
<PropertyGroup>
3333
<!-- Dependency from https://github.com/dotnet/winforms -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cmake": "3.16.4"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23060.4",
15-
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23060.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23073.6",
15+
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23073.6"
1616
}
1717
}

0 commit comments

Comments
 (0)