[release/3.0.1xx] Update dependencies from dotnet/cli (#2766)

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview7.19351.13

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview7.19351.14

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview7.19352.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-02 09:06:08 +00:00 committed by GitHub
parent 5394786a6e
commit 64a5e41d0a
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>e80d782fd80c02dfe6113c7d856f589236f1b183</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19351.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19352.1">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>6e0b6e70e386a079f4044f88639b3665649c510e</Sha>
<Sha>1af6af11f61287175d6c13fb392b17bdda18b4e9</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-preview7.19351.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview7.19351.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview7.19352.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>2.0.0-preview7.19351.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>