Update dependencies from https://github.com/dotnet/sdk build 20200317.7 (#6847)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-18 06:35:59 +00:00 committed by GitHub
parent 3689efcdf9
commit 2ae6963438
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.20167.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20167.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>25dd535337270e17c2f7476d73bdb56cc527637e</Sha>
<Sha>4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20167.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20167.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>25dd535337270e17c2f7476d73bdb56cc527637e</Sha>
<Sha>4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e</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.20167.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20167.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20167.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20167.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>