Update dependencies from https://github.com/dotnet/sdk build 20190618.3 (#2518)
- Microsoft.NET.Sdk - 3.0.100-preview7.19318.3
This commit is contained in:
parent
57bebfffb6
commit
12b29ce67f
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>fc5ac9cd4db6bdb15d26384574eb47bf84bb8594</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19318.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19318.3">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>752d6e5f4d02c81b7ff32c1bde6fa4d3f033c881</Sha>
|
||||
<Sha>4094dca1091f32f16b5756ef14e6e1f99d67bee3</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19318.1">
|
||||
<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.19318.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19318.3</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27818-08</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue