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

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19272.2

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19272.3

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19272.4
This commit is contained in:
dotnet-maestro[bot] 2019-05-23 01:51:09 +00:00 committed by GitHub
parent 218210faac
commit 85c55e5ce0
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>adc956024076713234e69d41a11b0253fdfd90f1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19272.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19272.4">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>6955afbfbabf365166be440373f47ce297b05d50</Sha>
<Sha>057c1f726e98ba9444c3500d7731955fef4d9eff</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.19272.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19272.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19271.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>