Update dependencies from https://github.com/dotnet/sdk build 20190504.1 (#1849)

- Microsoft.NET.Sdk - 3.0.100-preview6.19254.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-04 15:51:13 +00:00 committed by GitHub
parent 8bd5131992
commit e41e3fdaf2
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>
<Sha>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.3">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19254.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6a8d9c303ad4eb6cfb86a467e992de8b0b4779ef</Sha>
<Sha>4cbbca75493efccdb57de63597e3e4ee452471ba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19253.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19254.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27704-02</MicrosoftNETCoreAppPackageVersion>