Update dependencies from https://github.com/dotnet/sdk build 20190529.3 (#2198)

- Microsoft.NET.Sdk - 3.0.100-preview6.19279.3
This commit is contained in:
dotnet-maestro[bot] 2019-05-29 22:14:05 +00:00 committed by GitHub
parent bde8f524c9
commit 5acc8afb97
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>
<Sha>aa4494260388b0125b384ab9c8973bf75cadd496</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19279.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19279.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0188d52c9a070783b1fecf106a05d9a617ff77cb</Sha>
<Sha>71e56e05107281b13e123888ee965e52c1c4d205</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19279.4">
<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-preview6.19279.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19279.3</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27729-03</MicrosoftNETCoreAppPackageVersion>