[master] Update dependencies from dotnet/cli (#1577)
* Update dependencies from https://github.com/dotnet/cli build 20190418.2 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19218.2 * Update dependencies from https://github.com/dotnet/cli build 20190418.3 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview5.19218.3
This commit is contained in:
parent
e279c78bad
commit
43c57c3f8e
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>25538d60f7f4c2c79cf098f2b808907d87b516a7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19218.1">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19218.3">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>acf9ebc74c43fc242a6529c0c9f31a3a6c13e378</Sha>
|
||||
<Sha>0d5ceb667bb22c5c02b58c941cc3c9c904ac7f45</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.19218.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview5.19218.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19217.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue