2019-02-26 01:26:03 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-02-25 00:07:38 +01:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2019-06-02 17:19:28 +02:00
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2019-02-26 01:26:03 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2023-07-12 05:06:18 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-02-26 01:26:03 +01:00
|
|
|
</Project>
|