Update dependencies from https://github.com/dotnet/sdk build 20190729.1 (#3559)

- Microsoft.NET.Sdk - 3.0.100-preview8.19379.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-29 15:36:24 +00:00 committed by GitHub
parent 5b77f9c2f0
commit 3f24b9a135
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>b875d6b8bdddac469866ee0f080a7641ff7617d4</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19378.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19379.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cd5d216a81958169a88e7cfd84e673bc6f9822dc</Sha>
<Sha>c6c18a0615cada7b5830565e92810e737d93fa61</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19379.5">
<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.19378.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19379.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>