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:
parent
32a43fb700
commit
760cb42918
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue