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

Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 5.0.100-rc.1.20370.2 -> To Version 5.0.100-rc.1.20370.3
This commit is contained in:
dotnet-maestro[bot] 2020-07-22 17:58:09 +00:00
parent de4967720c
commit 8e7b2f71b8
2 changed files with 6 additions and 6 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>a02ce3bcd7aea517e903886d0cc9761be225e18a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20370.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20370.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>93dbee004557809d66d34c92d8808bf26b1fd3a9</Sha>
<Sha>fb52d59026a13682ffae81ec5719b8e5b80e91db</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20370.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20370.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>93dbee004557809d66d34c92d8808bf26b1fd3a9</Sha>
<Sha>fb52d59026a13682ffae81ec5719b8e5b80e91db</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.20370.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20370.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20370.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20370.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>