[master] Update dependencies from dotnet/cli (#1448)
* Update dependencies from https://github.com/dotnet/cli build 20190412.3 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19212.3 * Update dependencies from https://github.com/dotnet/cli build 20190412.4 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19212.4
This commit is contained in:
parent
32396290c7
commit
311c7fd942
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>f93753004cc93328df8196224ca65ec44b0445f6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19212.1">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19212.4">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>31b0a442a0fa705722b35bd137c558df144dd364</Sha>
|
||||
<Sha>ae42d69789ff550e981087acc5dfc1be4920f79b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview4.19205.5">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview5.19212.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview5.19212.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19211.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue