2021-08-24 12:10:14 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-11-14 20:03:41 +00:00
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2021-08-24 12:10:14 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-14 20:03:41 +00:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2021-08-24 12:10:14 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-09-18 22:36:59 +01:00
|
|
|
<ProjectReference Include="..\Common.Models\Common.Models.csproj" />
|
2021-08-24 12:10:14 +01:00
|
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|