[master] Update dependencies from dotnet/sdk (#3362)
* Update dependencies from https://github.com/dotnet/sdk build 20190720.2 - Microsoft.NET.Sdk - 3.0.100-preview8.19370.2 * Update dependencies from https://github.com/dotnet/sdk build 20190720.3 - Microsoft.NET.Sdk - 3.0.100-preview8.19370.3 * Update dependencies from https://github.com/dotnet/sdk build 20190720.4 - Microsoft.NET.Sdk - 3.0.100-preview8.19370.4
This commit is contained in:
parent
343018ecb1
commit
bc836bc08a
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>578c7abb873948536710e1f058108bfa0b475daa</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19370.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19370.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>74a9b5104eb8aa6ac232a618156139cb80f95c0d</Sha>
|
||||
<Sha>ec9f5fc673f798dd6a89c7d11a4e62727837757c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19370.6">
|
||||
<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-preview8.19370.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19370.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue