Update dependencies from https://github.com/dotnet/sdk build 20190604.1 (#2302)

- Microsoft.NET.Sdk - 3.0.100-preview7.19304.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-04 23:15:12 +00:00 committed by GitHub
parent bfdb6a2aac
commit 82fd13e190
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>0e8d535262d4fb6fd9360123e57e8ba4463c46be</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19303.5">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19304.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>69d51538bdbdb03c758b924f887a6f596e590c7d</Sha>
<Sha>e915ce180c39a79e2ff1597d1a3fb3c9565c4c27</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19304.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-preview7.19303.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19304.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27803-11</MicrosoftNETCoreAppPackageVersion>