[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:
dotnet-maestro[bot] 2019-07-20 22:25:24 +00:00 committed by GitHub
parent 343018ecb1
commit bc836bc08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>