Add importing and exporting function

This commit is contained in:
Ske
2019-06-14 22:48:19 +02:00
parent cd9a3e0abd
commit 652afffb8c
7 changed files with 321 additions and 2 deletions

View File

@@ -15,4 +15,10 @@
<PackageReference Include="Npgsql.NodaTime" Version="4.0.6" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\..\..\.nuget\packages\newtonsoft.json\11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>