Update dependencies from https://github.com/dotnet/sdk build 20190704.1 (#2881)
- Microsoft.NET.Sdk - 3.0.100-preview7.19354.1
This commit is contained in:
parent
958fa22d00
commit
1bea915c50
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>ce20b6e406fe72eb254cade5f45f6c2459fd4912</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.5">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19354.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>e80d782fd80c02dfe6113c7d856f589236f1b183</Sha>
|
||||
<Sha>67b776f3ae8d393f777fb7186cf2023c6a20f93a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19353.11">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19351.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19354.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27902-19</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue