Update dependencies from https://github.com/dotnet/arcade build 20211007.1 (#12262)
[release/6.0.1xx] Update dependencies from dotnet/arcade
This commit is contained in:
parent
b87ae17706
commit
62facc1027
3 changed files with 9 additions and 9 deletions
|
@ -197,19 +197,19 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21473.5">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21507.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c575da80f465e0b5fb98f416be92bb98b2f54b41</Sha>
|
||||
<Sha>e58cb829bf6d9c340b4a0c100956e2995d792aa2</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21473.5">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21507.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c575da80f465e0b5fb98f416be92bb98b2f54b41</Sha>
|
||||
<Sha>e58cb829bf6d9c340b4a0c100956e2995d792aa2</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21473.5">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21507.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c575da80f465e0b5fb98f416be92bb98b2f54b41</Sha>
|
||||
<Sha>e58cb829bf6d9c340b4a0c100956e2995d792aa2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="6.0.0-alpha.1.21480.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21473.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21507.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21473.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21473.5"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21507.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21507.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue