Update dependencies from https://github.com/dotnet/sdk build 20190611.2 (#2426)

- Microsoft.NET.Sdk - 3.0.100-preview7.19311.2
This commit is contained in:
dotnet-maestro[bot] 2019-06-12 04:43:21 +00:00 committed by GitHub
parent 9486687f70
commit 19ecc5e745
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>1fd6dbdc6919f7d59e5d7665f2e66a595b3b4b3a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19310.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19311.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cb95988d8aba8f6a383feb2a7dc9890e5bce550c</Sha>
<Sha>9d81590302725469b526183a775c2804bfcaed43</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview7.19311.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.19310.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview7.19311.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview7-27811-12</MicrosoftNETCoreAppPackageVersion>