[master] Update dependencies from dotnet/aspnetcore-tooling (#22255)

* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200526.4

Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Language , Microsoft.CodeAnalysis.Razor , Microsoft.NET.Sdk.Razor
 From Version 5.0.0-preview.6.20276.3 -> To Version 5.0.0-preview.6.20276.4

* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200526.6

Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Language , Microsoft.CodeAnalysis.Razor , Microsoft.NET.Sdk.Razor
 From Version 5.0.0-preview.6.20276.3 -> To Version 5.0.0-preview.6.20276.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2020-05-27 20:47:56 +00:00 committed by GitHub
parent dc29f03548
commit ccb445419e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -13,6 +13,22 @@
<Uri>https://github.com/dotnet/blazor</Uri>
<Sha>dd7fb4d3931d556458f62642c2edfc59f6295bfb</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Razor.Language" Version="5.0.0-preview.6.20276.6">
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
<Sha>1b16a37fc76ff0cc2b7a02486fb3eb0289f41738</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="5.0.0-preview.6.20276.6">
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
<Sha>1b16a37fc76ff0cc2b7a02486fb3eb0289f41738</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Razor" Version="5.0.0-preview.6.20276.6">
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
<Sha>1b16a37fc76ff0cc2b7a02486fb3eb0289f41738</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.Razor" Version="5.0.0-preview.6.20276.6">
<Uri>https://github.com/dotnet/aspnetcore-tooling</Uri>
<Sha>1b16a37fc76ff0cc2b7a02486fb3eb0289f41738</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="5.0.0-preview.6.20276.2">
<Uri>https://github.com/dotnet/efcore</Uri>
<Sha>46636e00447b1303e1ea439b68bfada1cdcb8393</Sha>

View File

@ -137,6 +137,11 @@
<MicrosoftEntityFrameworkCoreSqlServerPackageVersion>5.0.0-preview.6.20276.2</MicrosoftEntityFrameworkCoreSqlServerPackageVersion>
<MicrosoftEntityFrameworkCoreToolsPackageVersion>5.0.0-preview.6.20276.2</MicrosoftEntityFrameworkCoreToolsPackageVersion>
<MicrosoftEntityFrameworkCorePackageVersion>5.0.0-preview.6.20276.2</MicrosoftEntityFrameworkCorePackageVersion>
<!-- Packages from dotnet/aspnetcore-tooling -->
<MicrosoftAspNetCoreMvcRazorExtensionsPackageVersion>5.0.0-preview.6.20276.6</MicrosoftAspNetCoreMvcRazorExtensionsPackageVersion>
<MicrosoftAspNetCoreRazorLanguagePackageVersion>5.0.0-preview.6.20276.6</MicrosoftAspNetCoreRazorLanguagePackageVersion>
<MicrosoftCodeAnalysisRazorPackageVersion>5.0.0-preview.6.20276.6</MicrosoftCodeAnalysisRazorPackageVersion>
<MicrosoftNETSdkRazorPackageVersion>5.0.0-preview.6.20276.6</MicrosoftNETSdkRazorPackageVersion>
</PropertyGroup>
<!--