Update dependencies from https://github.com/dotnet/sdk build 20190731.4 (#3682)

- Microsoft.NET.Sdk - 3.0.100-preview8.19381.4
This commit is contained in:
dotnet-maestro[bot] 2019-08-01 05:22:03 +00:00 committed by GitHub
parent 274931d681
commit ff7bed5a18
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>80dbab6bfa797fa92cc68b522562d673f7e827a6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19380.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19381.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5871fd3821d31a930d36e35f466f245be20c6b16</Sha>
<Sha>a799fe188c856e5cdaaa056f9afb57d511d9e15b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19381.9">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19380.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19381.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>