Update dependencies from https://github.com/dotnet/sdk build 20190507.2 (#1907)
- Microsoft.NET.Sdk - 3.0.100-preview6.19257.2
This commit is contained in:
parent
a6c8eb984e
commit
39fbcaac76
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19257.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19257.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>1be06b0f1820951dc670eab000b778782178c8c0</Sha>
|
||||
<Sha>90e8a529be026d06fc8965d460927193aca5b005</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19257.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.19257.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19257.2</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27707-07</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue