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

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview7.19329.1

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

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview7.19329.2
This commit is contained in:
dotnet-maestro[bot] 2019-06-30 00:55:23 +00:00 committed by GitHub
parent 74c67c6848
commit 284c0d1e5d
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> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ef7932d094d8cf6bfd567e3de0f852a3abda9fe0</Sha> <Sha>ef7932d094d8cf6bfd567e3de0f852a3abda9fe0</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19328.13"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19329.2">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>
<Sha>722c6368dc33129b04a4a1f673205176647149dd</Sha> <Sha>f6ca75197ea2570427d4c5a5eef7a0695479fccb</Sha>
</Dependency> </Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup --> <!-- 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.19325.3" CoherentParentDependency="Microsoft.WindowsDesktop.App"> <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview7.19325.3" CoherentParentDependency="Microsoft.WindowsDesktop.App">

View file

@ -33,7 +33,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli --> <!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview7.19328.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview7.19329.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>2.0.0-preview.19328.2</MicrosoftDotNetCommonItemTemplatesPackageVersion> <MicrosoftDotNetCommonItemTemplatesPackageVersion>2.0.0-preview.19328.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>