[master] Update dependencies from dotnet/cli (#5064)
* Update dependencies from https://github.com/dotnet/cli build 20191002.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.4 * Update dependencies from https://github.com/dotnet/cli build 20191002.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.5
This commit is contained in:
parent
59288fd82b
commit
fa887bbb51
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>419501cb5731805c7e49bae276a2938e7c1844de</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19501.16">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19502.5">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd</Sha>
|
||||
<Sha>0d67a0095bd98bbce9981adc30c3905e7c386529</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="5.0.0-alpha1.19501.3" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha1.19501.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha1.19502.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue