mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-15 13:36:52 +00:00
18 lines
395 B
XML
18 lines
395 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Logging\Logging.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|