Merge pull request #2106 from dotnet/darc-master-592c6d90-9783-4086-9be4-ce3e34b6a1da

[master] Update dependencies from dotnet/sdk
This commit is contained in:
Daniel Plaisted 2019-05-23 12:14:44 -07:00 committed by GitHub
commit 5e307eaa55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@
<Uri>https://github.com/dotnet/standard</Uri> <Uri>https://github.com/dotnet/standard</Uri>
<Sha>f54fdb36db84b97cd2277d7ced64920d8a5f5608</Sha> <Sha>f54fdb36db84b97cd2277d7ced64920d8a5f5608</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19272.2"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19273.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>adc956024076713234e69d41a11b0253fdfd90f1</Sha> <Sha>1dad323a93dd6a49d3732060b29e9ed0052dbbb1</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19273.2"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19273.2">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) --> <!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19272.2</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview6.19273.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27723-02</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27723-02</MicrosoftNETCoreAppPackageVersion>