Update dependencies from https://github.com/dotnet/sdk build 20200408.1 (#7063)

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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-04-08 08:47:51 +00:00 committed by GitHub
parent 3e8e4e9b64
commit 16f695dfda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -75,13 +75,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>3afa35569f53dceabbff596010f52ea328b0d5f8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.3.20207.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.3.20208.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>54d2b7863724fb9144c893c48c856e9781efb466</Sha>
<Sha>cc4d40525dd4362f9b3e303a35339d6d0e215b5b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.3.20207.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.3.20208.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>54d2b7863724fb9144c893c48c856e9781efb466</Sha>
<Sha>cc4d40525dd4362f9b3e303a35339d6d0e215b5b</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.3.20181.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-preview.3.20207.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.3.20207.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.3.20208.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.3.20208.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>