Merge in 'release/5.0.2xx' changes

This commit is contained in:
dotnet-bot 2021-04-13 18:16:11 +00:00
commit 2ed1d9e5d7
3 changed files with 6 additions and 6 deletions

View file

@ -148,13 +148,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21159.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21160.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>917ded6b428fc30b40f5ba4e35eb0c863d7f69e1</Sha>
<Sha>670382be6a978ba401c21c57ba44311199d2682a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21159.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21160.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>917ded6b428fc30b40f5ba4e35eb0c863d7f69e1</Sha>
<Sha>670382be6a978ba401c21c57ba44311199d2682a</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.21159.7</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21160.3</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.21159.7"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21160.3"
}
}