[master] Update dependencies from dotnet/cli (#2032)
* Update dependencies from https://github.com/dotnet/cli build 20190516.4 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19266.4 * Update dependencies from https://github.com/dotnet/cli build 20190517.1 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19267.1
This commit is contained in:
parent
0e30cf2f91
commit
5832d8c4ce
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f8a2a0fa2fd3b5676b7e93e9a16d4fdae540140d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19265.5">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.1">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>31bd6cbce8e37083490c1a5043105390c3e27e1d</Sha>
|
||||
<Sha>64b1603e6032fb6db752975506280c7396a1e027</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">
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19265.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19267.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19264.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue