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

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

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.6

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

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-26 11:19:56 +00:00 committed by GitHub
parent 3ff2cdbe19
commit dc625ec4dd
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>53aeb1eddaaecc56d2c4b7f77d183a657d7650b1</Sha> <Sha>53aeb1eddaaecc56d2c4b7f77d183a657d7650b1</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19425.5"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19426.1">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>
<Sha>c2ad7532eafade8c8a1e192c7f7cae225ebfe5df</Sha> <Sha>e0826ba4913dd9bff0b59115c47c5d17ab08f2c3</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-preview9.19407.2" CoherentParentDependency="Microsoft.WindowsDesktop.App"> <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview9.19407.2" 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>5.0.100-alpha1.19425.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha1.19426.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion> <MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>