Update dependencies from aspnet/AspNetCore (#311)

* Update dependencies from https://github.com/aspnet/AspNetCore build 3.0.0-preview-19068-0417

This change updates the following dependencies
- Microsoft.AspNetCore.App - 3.0.0-preview-19068-0417

* Update dependencies from https://github.com/aspnet/AspNetCore build 3.0.0-preview-19069-0420

This change updates the following dependencies
- Microsoft.AspNetCore.App - 3.0.0-preview-19069-0420

* Update dependencies from https://github.com/aspnet/AspNetCore build 3.0.0-preview-19070-0421

This change updates the following dependencies
- Microsoft.AspNetCore.App - 3.0.0-preview-19070-0421

* Update dependencies from https://github.com/aspnet/AspNetCore build 3.0.0-preview-19072-0422

This change updates the following dependencies
- Microsoft.AspNetCore.App - 3.0.0-preview-19072-0422
This commit is contained in:
dotnet-maestro[bot] 2019-01-22 19:10:19 +00:00 committed by GitHub
parent 1c12d2bfe7
commit ebb5646b00
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>9b55524cc97e033052fa95fb5ca7a68d4bb011ae</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19068-0401">
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19072-0422">
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>5872af6e6165ef1a795cb43bcca22d6c4d88612f</Sha>
<Sha>e004e5aab29dc26beaafaed49c7aa4b780b6e98f</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19071.1">
<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-19068-0401</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftAspNetCoreAppPackageVersion>3.0.0-preview-19072-0422</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</MicrosoftAspNetCoreDeveloperCertificatesXPlatPackageVersion>
<DotnetDevCertsPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetDevCertsPackageVersion>
<DotnetSqlCachePackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetSqlCachePackageVersion>