Update dependencies from https://github.com/dotnet/sdk build 20190707.1 (#2949)

- Microsoft.NET.Sdk - 3.0.100-preview8.19357.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-07 15:15:03 +00:00 committed by GitHub
parent 4de34ef5d7
commit 8724d68726
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>0795b3b7168f44633bb2bf32f579be9f9fbfb20c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19356.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19357.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>66be94b6a1a4e2d8ab8f42e66c73bb22002d86ed</Sha>
<Sha>513e8b99daaf08468ec7959d9d71fd12383815c9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19357.1">
<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.19356.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19357.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27907-01</MicrosoftNETCoreAppPackageVersion>