Update dependencies from https://github.com/dotnet/sdk build 20190423.6 (#1721)

- Microsoft.NET.Sdk - 3.0.100-preview6.19223.6
This commit is contained in:
dotnet-maestro[bot] 2019-04-23 22:38:15 +00:00 committed by GitHub
parent e1ba5f70e2
commit c3aeb5a96a
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>5e0984ad4d7e5d6702dbaeae1648827ab0a279ea</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19223.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19223.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>29bf0a82d9d9e20b6da067b3bf2cb05bf0504e47</Sha>
<Sha>08e24ad54b7a90b61d9be99772e9f90f3f4653f1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19223.2">
<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.19223.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19223.6</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27623-08</MicrosoftNETCoreAppPackageVersion>