[internal/release/6.0.3xx] Update dependencies from dotnet/arcade
This commit is contained in:
parent
fb29ac89d8
commit
82c049ca1d
3 changed files with 10 additions and 10 deletions
|
@ -197,19 +197,19 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22411.3">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22412.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha>
|
||||
<Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22411.3">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22412.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha>
|
||||
<Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22411.3">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22412.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha>
|
||||
<Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22412.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.22411.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.22412.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tools": {
|
||||
"dotnet": "6.0.106",
|
||||
"dotnet": "6.0.108",
|
||||
"runtimes": {
|
||||
"dotnet": [
|
||||
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
|
||||
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22411.3",
|
||||
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.22411.3"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22412.2",
|
||||
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.22412.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue