Move CsvIndexer and CsvParser to CsvLib project.

This commit is contained in:
2023-08-02 12:04:11 +02:00
parent ad511f87c1
commit fedee8a61e
8 changed files with 27 additions and 8 deletions

7
CsvLib/CsvLib.csproj Normal file
View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>