Update dependencies from https://github.com/dotnet/sdk build 20190503.2 (#1841)

- Microsoft.NET.Sdk - 3.0.100-preview6.19253.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-04 00:08:50 +00:00 committed by GitHub
parent 61a1ce23f7
commit 3829194b04
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>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha> <Sha>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.2">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8ce8a895e557309c923da15cff18a77e1bbb8f26</Sha> <Sha>65d5ca88944064dd7ee2d4d48c2960e22004360b</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.1"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.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.19253.1</MicrosoftNETSdkPackageVersion> <MicrosoftNETSdkPackageVersion>3.0.100-preview6.19253.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27703-13</MicrosoftNETCoreAppPackageVersion> <MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27703-13</MicrosoftNETCoreAppPackageVersion>