Update dependencies from https://github.com/dotnet/sdk build 20190628.1 (#2694)

- Microsoft.NET.Sdk - 3.0.100-preview7.19328.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-28 15:35:24 +00:00 committed by GitHub
parent 397d40473e
commit 2f4055d459
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>f86949fb6f14ffecf2d78f29232f32ad302ad842</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19327.3">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19328.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a676be89f28eb54ece33ecfa9a7d084dd05346ba</Sha>
<Sha>5264a6c94fd106e7d007586c75a09f304be615af</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19328.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.19327.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19328.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27826-20</MicrosoftNETCoreAppPackageVersion>