Update dependencies from https://github.com/dotnet/sdk build 20190512.1 (#1965)
- Microsoft.NET.Sdk - 3.0.100-preview6.19262.1
This commit is contained in:
parent
15ceaf5306
commit
ee38f72486
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>c139217dd25213e5f2fbc209f4c24f3973ecff60</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19261.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19262.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8ca875262a8c6565d2fefeb6356aa02df2c4ac86</Sha>
|
||||
<Sha>3be65641f392ecd21f7245eb3463d034f8f39e5c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19260.1">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19261.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19262.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27712-01</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue