Fix parsing localization cookie when the value is not present

This commit is contained in:
hishamco
2021-06-16 11:02:12 +03:00
parent 53f3245f1d
commit c62a4ae8ae
3 changed files with 33 additions and 2 deletions

View File

@ -18,7 +18,8 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="bunit.web" Version="1.0.0-beta-10" />
<PackageReference Include="bunit.xunit" Version="1.0.0-beta-10" />