[master] Update dependencies from dotnet/cli (#2976)

* Update dependencies from https://github.com/dotnet/cli build 20190708.6

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19358.6

* Update dependencies from https://github.com/dotnet/cli build 20190708.7

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19358.7
This commit is contained in:
dotnet-maestro[bot] 2019-07-09 04:00:45 +00:00 committed by GitHub
parent e2d0e33544
commit ea5cab2ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ca7e58c80729a6e1263c0bd0249f6faa17d7a8c9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19358.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19358.7">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>0d70fa7f60112e1750e3d5058bf5ae72aecfb5b0</Sha>
<Sha>2fd48fe3cf7e4864a6f8aa669508bc4fb5be7dd9</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview8.19353.4" CoherentParentDependency="Microsoft.WindowsDesktop.App">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview8.19358.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview8.19358.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>2.0.0-preview8.19357.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>