[master] Update dependencies from dotnet/cli (#1301)
* Update dependencies from https://github.com/dotnet/cli build 20190409.1 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19209.1 * Update dependencies from https://github.com/dotnet/cli build 20190409.2 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19209.2
This commit is contained in:
parent
d59e1fd313
commit
2ca754b636
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>0fd5d1c54a810c55439115199ffb4fc10411f799</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19208.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19209.2">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>8d0f2a593ec98ccc1ef2141452d7dccadc34ac40</Sha>
|
||||
<Sha>835c5fae291840abe356c9900b166f2ac0216a66</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.19208.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview5.19209.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27608-02</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue