[release/5.0.1xx-preview2] Update dependencies from dotnet/sdk (#6820)

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

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20165.2
- Microsoft.NET.Sdk - 5.0.100-preview.2.20165.2

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

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20166.1
- Microsoft.NET.Sdk - 5.0.100-preview.2.20166.1

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

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20167.1
- Microsoft.NET.Sdk - 5.0.100-preview.2.20167.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-17 20:56:00 +00:00 committed by GitHub
parent 8ab3f42d20
commit 3689efcdf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>bd8fc17967503221519906c76546192e14fcdfa8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20162.8">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20167.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc4c4f57d332059da403bdbe3897fd809c926d8a</Sha>
<Sha>25dd535337270e17c2f7476d73bdb56cc527637e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20162.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20167.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc4c4f57d332059da403bdbe3897fd809c926d8a</Sha>
<Sha>25dd535337270e17c2f7476d73bdb56cc527637e</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.2.20155.3" 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-preview.2.20162.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20162.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20167.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20167.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>