Update dependencies from https://github.com/dotnet/sdk build 20190618.1 (#2511)

- Microsoft.NET.Sdk - 3.0.100-preview7.19318.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-18 20:14:50 +00:00 committed by GitHub
parent f35007d2e6
commit 12d0467331
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>fc5ac9cd4db6bdb15d26384574eb47bf84bb8594</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19317.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19318.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a604702d687ad3ccdc5e0be45300588921cd7a51</Sha>
<Sha>46917a9b622ea05377dc438db9f6b6e184bd3d83</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19318.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.19317.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19318.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27818-05</MicrosoftNETCoreAppPackageVersion>