Fix the Microsoft.AspNetCore.Components.WebAssembly version

That was accidently downgraded. /cc: @maliming
pull/5786/head
Halil İbrahim Kalkan 5 years ago
parent 03abf3bcae
commit 14af54d2e7

@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="3.1.8" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
</ItemGroup>

Loading…
Cancel
Save