Update dependencies from https://github.com/dotnet/sdk build 20190701.1 (#2735)
- Microsoft.NET.Sdk - 3.0.100-preview7.19351.1
This commit is contained in:
parent
ed97131732
commit
6a536ed202
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>2536cbc1705bc26a56938b2a7c8db3016e0b33dc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19330.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>68c9529fe390ab0a13d8d554b04ee93af7fdad5d</Sha>
|
||||
<Sha>46e1f004a34fe8ed6f608d20d5f8b0b862a245c1</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19351.3">
|
||||
<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.19330.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19351.1</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27826-20</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue