Update dependencies from https://github.com/dotnet/arcade build 20220914.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22462.6 -> To Version 7.0.0-beta.22464.4
This commit is contained in:
parent
0c5c5d3bc4
commit
a0f85d5b8a
3 changed files with 10 additions and 10 deletions
|
@ -193,18 +193,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22462.6">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22464.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0</Sha>
|
||||
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22462.6">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22464.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0</Sha>
|
||||
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22462.6">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22464.4">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a8b74560cd0ad9a01f0356369bb9dfc031a9a6b0</Sha>
|
||||
<Sha>720af493900b2f2bdc48e9ee12577983a5c9be36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.22466.3">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22462.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22464.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tools": {
|
||||
"dotnet": "7.0.100-rc.1.22425.9",
|
||||
"dotnet": "7.0.100-rc.1.22431.12",
|
||||
"runtimes": {
|
||||
"dotnet": [
|
||||
"$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)"
|
||||
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22462.6",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22462.6"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22464.4",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22464.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue