Update dependencies from https://github.com/dotnet/sdk build 20190425.2 (#1757)

- Microsoft.NET.Sdk - 3.0.100-preview5.19225.2
This commit is contained in:
dotnet-maestro[bot] 2019-04-26 02:53:02 +00:00 committed by GitHub
parent 13c0a5fdb5
commit 10dd85d337
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>5eee83eaa61eff38f470dc690218bebf73f46e23</Sha> <Sha>5eee83eaa61eff38f470dc690218bebf73f46e23</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19222.7"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19225.2">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cb764d762acad2d4c79c17e44de79efcbce90bfb</Sha> <Sha>7af4517bbcf17b000889c1077ef5976f2b6350ea</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19223.4"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19223.4">
<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-preview5.19222.7</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview5.19225.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27624-11</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27624-11</MicrosoftNETCoreAppPackageVersion>