Update dependencies from https://github.com/dotnet/sdk build 20200722.17

Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 5.0.100-rc.1.20371.10 -> To Version 5.0.100-rc.1.20372.17

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch,Microsoft.DotNet.Common.ItemTemplates
 From Version 5.0.0-rc.1.20367.16 -> To Version 5.0.0-rc.1.20372.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2020-07-23 00:48:36 +00:00
parent 3c40282b08
commit 17c0e7d1b1
2 changed files with 6 additions and 6 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d3fea50b8720f9a581826da79a7559975982fc19</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20372.14">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20372.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5219cad2a8ba0a90f6deed60bc3ef7adb365036f</Sha>
<Sha>2fe4a6855666b80d826c073f48d97e0d84270db4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20372.14">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20372.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5219cad2a8ba0a90f6deed60bc3ef7adb365036f</Sha>
<Sha>2fe4a6855666b80d826c073f48d97e0d84270db4</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-preview.8.20365.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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