Fix CSV viewer not support formats other than UTF8

This may have the disadvantage of slowing down the startup speed of large CSV files.
This commit is contained in:
ema
2024-12-13 22:12:14 +08:00
parent 302aad41ea
commit 4ab015eea8
2 changed files with 10 additions and 4 deletions

View File

@@ -52,7 +52,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="27.1.1" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="UTF.Unknown" Version="2.5.1" />
</ItemGroup>
<ItemGroup>