Update dependencies from https://github.com/dotnet/sdk build 20190703.1 (#2839)

- Microsoft.NET.Sdk - 3.0.100-preview8.19353.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-03 17:38:49 +00:00 committed by GitHub
parent 75ee82e868
commit b65088c9d6
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>30bdb9519adc96022710f6a65ea4120b1183171d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.3">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19353.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e01aac6709b8cd81522fa23677a8e49d004983ae</Sha>
<Sha>681458cb41a42868ab8a12a51df72c278fbba70b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19353.5">
<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-preview7.19351.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19353.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27903-04</MicrosoftNETCoreAppPackageVersion>