Update dependencies from https://github.com/aspnet/AspNetCore build 3.0.0-preview-19074-0437 (#340)

This change updates the following dependencies
- Microsoft.AspNetCore.App - 3.0.0-preview-19074-0437
This commit is contained in:
dotnet-maestro[bot] 2019-01-25 04:23:16 +00:00 committed by GitHub
parent c261ffd9ac
commit 7a72bb53ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -10,9 +10,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>63a01b08e5d1d1a6b8544f598b3d3bda76e6e424</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19074-0431">
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19074-0437">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>9de74918a2441fe320d44e7a3b8e58dc37434a02</Sha>
<Sha>aef117ff3f1071d793c68c71b6dc1b3d7e98720d</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19074.3">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>

View file

@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
<MicrosoftAspNetCoreAppPackageVersion>3.0.0-preview-19074-0431</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftAspNetCoreAppPackageVersion>3.0.0-preview-19074-0437</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
<DotnetDevCertsPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetDevCertsPackageVersion>
<DotnetSqlCachePackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetSqlCachePackageVersion>