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

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19267.2

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19267.3

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19267.4
This commit is contained in:
dotnet-maestro[bot] 2019-05-17 22:13:28 +00:00 committed by GitHub
parent 39998f2c36
commit b9badae686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -54,9 +54,9 @@
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9fd3e0b67aaa6fe75f1aed977ef06c67d5e64e68</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.4">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>64b1603e6032fb6db752975506280c7396a1e027</Sha>
<Sha>ae5ff2c666e5288ef6dbbba15f36782210b6412d</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-preview6.19258.6" CoherentParentDependency="Microsoft.WindowsDesktop.App">

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19267.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19267.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19264.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>