Update dependencies from https://github.com/dotnet/arcade build 20200826.6 (#8330)

[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Build.Tasks.Installers: from 5.0.0-beta.20426.1 to 5.0.0-beta.20426.6
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20426.1 to 5.0.0-beta.20426.6
This commit is contained in:
dotnet-maestro[bot] 2020-08-28 13:26:33 +00:00 committed by GitHub
parent 32a43fb700
commit 760cb42918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -98,13 +98,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20426.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20426.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3b720900ac55e9cc3675584c41da6460d6193f37</Sha>
<Sha>1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.20426.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.20426.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3b720900ac55e9cc3675584c41da6460d6193f37</Sha>
<Sha>1d0daed1e3abd70fba67840b1e1cc60ce0c97b1e</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -17,7 +17,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.20426.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.20426.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.1"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20426.6"
}
}