Update dependencies from https://github.com/dotnet/sdk build 20200910.13 (#8486)

[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2020-09-10 19:22:39 +00:00 committed by GitHub
parent a68d0c4636
commit 6494d2e72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>e80baefbce805072fc9c51c1b9922e74485fdf21</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20460.12">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20460.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7e74312892a9941a4bccac4e7132216c2b5ce6b2</Sha>
<Sha>54cc3dbb42a9792d6795131c52b3c464cfa50d11</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20460.12">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20460.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7e74312892a9941a4bccac4e7132216c2b5ce6b2</Sha>
<Sha>54cc3dbb42a9792d6795131c52b3c464cfa50d11</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-rc.2.20459.10" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -53,8 +53,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20460.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20460.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20460.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20460.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>