[master] Update dependencies from dotnet/cli (#4689)
* Update dependencies from https://github.com/dotnet/cli build 20190908.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.14 * Update dependencies from https://github.com/dotnet/cli build 20190909.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.2
This commit is contained in:
parent
db08cc35a4
commit
db5f950e9a
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9c41e055ac37c7ef23bf17ef0a1d581592ad2933</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19458.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19459.2">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>4bfa9d49b25822536ca4a7a3549401b4d0c428bc</Sha>
|
||||
<Sha>8907fa5ad15f1b893f7a0745e9a0dce88f4a9fc5</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-preview9.19407.2" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha1.19458.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha1.19459.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue