Update dependencies from https://github.com/dotnet/sdk build 20190704.2 (#2891)

- Microsoft.NET.Sdk - 3.0.100-preview8.19354.2
This commit is contained in:
dotnet-maestro[bot] 2019-07-06 13:26:46 +00:00 committed by GitHub
parent 7fc6f911ba
commit e7bedd9ca3
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.19353.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19354.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>681458cb41a42868ab8a12a51df72c278fbba70b</Sha>
<Sha>adf76a594158a742e2c22b49b0fb4942cb53317d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19356.2">
<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.19353.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19354.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27905-12</MicrosoftNETCoreAppPackageVersion>