making invoice

This commit is contained in:
2019-09-01 22:41:58 +02:00
parent efc530059f
commit 8edec7b477
2 changed files with 121 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
</Project>