[master] Update dependencies from dotnet/cli (#1824)
* Update dependencies from https://github.com/dotnet/cli build 20190501.1 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19251.1 * Update dependencies from https://github.com/dotnet/cli build 20190502.1 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview6.19252.1
This commit is contained in:
parent
f32de5ce0c
commit
43c4228f31
2 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>ea732012ed177a08d8e364ed87ca662fd83ede16</Sha>
|
<Sha>ea732012ed177a08d8e364ed87ca662fd83ede16</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19229.1">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.1">
|
||||||
<Uri>https://github.com/dotnet/cli</Uri>
|
<Uri>https://github.com/dotnet/cli</Uri>
|
||||||
<Sha>2b85320d41b2252e9096ebb9725bfaf3f6b37c2b</Sha>
|
<Sha>21cda4adb6d88d240978e24fcfeb3ebe73f5fdd7</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview6.19229.2">
|
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-preview6.19229.2">
|
||||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19229.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview6.19252.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19230.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta5.19230.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||||
|
|
Loading…
Reference in a new issue