Merge in 'release/5.0.4xx' changes

This commit is contained in:
dotnet-bot 2021-08-10 17:42:19 +00:00
commit a493893d2d
3 changed files with 6 additions and 6 deletions

View file

@ -144,13 +144,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21377.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21409.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>37d6692a72171966d9d1d786f03577cd5a3b8c12</Sha>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21377.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21409.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>37d6692a72171966d9d1d786f03577cd5a3b8c12</Sha>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
</Dependency>
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

@ -19,7 +19,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21377.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21409.4</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.21377.1"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4"
}
}