Update dependencies from https://github.com/dotnet/sdk build 20190627.1 (#2674)

- Microsoft.NET.Sdk - 3.0.100-preview7.19327.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-27 16:03:56 +00:00 committed by GitHub
parent bc6c7d4076
commit 3f4ab7f5c5
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>e1bcf8023b1241ddca9aae3293f4cc6375a87869</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19326.5">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19327.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bc5ef9f7d32f3e5d443100671b1f427fe738b318</Sha>
<Sha>940cff55e5d3cda1a126e303bcaf0692fb5fc624</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19327.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-preview7.19326.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19327.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27826-04</MicrosoftNETCoreAppPackageVersion>