Update dependencies from https://github.com/dotnet/sdk build 20190513.3 (#1985)

- Microsoft.NET.Sdk - 3.0.100-preview6.19263.3
This commit is contained in:
dotnet-maestro[bot] 2019-05-14 06:33:55 +00:00 committed by GitHub
parent 5c0df6cdc6
commit 674d308e67
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>557c5ecb9d6b77c3163edc2cda4108347dfe6ba2</Sha> <Sha>557c5ecb9d6b77c3163edc2cda4108347dfe6ba2</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19263.2"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19263.3">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>bb764dea3b6b7173522688fffe0f48640d714833</Sha> <Sha>a76e46b75ed94ba2ad6ee6497ef8d606599add4c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19263.2"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19263.2">
<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.19263.2</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview6.19263.3</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27713-12</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27713-12</MicrosoftNETCoreAppPackageVersion>