Updated to Blazor WebAssembly 3.2 preview 5

This commit is contained in:
Hisham Bin Ateya
2020-04-25 17:25:20 +03:00
parent 3f9b112ea6
commit 91d1e7c684
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<ItemGroup>
<PackageReference Include="dbup" Version="4.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-preview4.20210.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-preview5.20216.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.2" />