Update dependencies from https://github.com/dotnet/sdk build 20190510.2 (#1944)

- Microsoft.NET.Sdk - 3.0.100-preview6.19260.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-10 18:51:29 +00:00 committed by GitHub
parent c2c5217776
commit 1de23f8e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -54,9 +54,9 @@
<Uri>https://github.com/dotnet/standard</Uri> <Uri>https://github.com/dotnet/standard</Uri>
<Sha>013b89db06c1f331804d2c07c79c9b5192b3c5d7</Sha> <Sha>013b89db06c1f331804d2c07c79c9b5192b3c5d7</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19260.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19260.2">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d01c802189c7fc0c187b636431209b5b781c27b8</Sha> <Sha>372e67d51167792db2fdaeebf48b6d8fb962e713</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19260.1"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19260.1">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

@ -45,7 +45,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.19260.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview6.19260.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27710-02</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27710-02</MicrosoftNETCoreAppPackageVersion>