Update dependencies from https://github.com/dotnet/sdk build 20190701.5 (#2769)
- Microsoft.NET.Sdk - 3.0.100-preview7.19351.5
This commit is contained in:
parent
1c32cb835c
commit
88331a632f
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>a50bba199e5e3699fbd50c7443b0cc8542922d4a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.5">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>e01aac6709b8cd81522fa23677a8e49d004983ae</Sha>
|
||||
<Sha>e80d782fd80c02dfe6113c7d856f589236f1b183</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19351.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.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19351.5</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27901-06</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue