[master] Update dependencies from dotnet/cli (#1657)
* Update dependencies from https://github.com/dotnet/cli build 20190422.2 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19222.2 * Update dependencies from https://github.com/dotnet/cli build 20190422.4 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19222.4
This commit is contained in:
parent
06dc6339c6
commit
06abe8c549
2 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@
|
|||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6916b50efb78f126aa68a5d183993f55fb6e03c9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19221.1">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19222.4">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>757ffd1d78164daf7c02f36386d5b208e83e63e9</Sha>
|
||||
<Sha>3cdac5b972692b5703df0f73d4e2a84efc3e9b0c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview4.19213.1">
|
||||
<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.19221.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19222.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19219.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue