Added EonaCat.Network.Tester

This commit is contained in:
2025-03-23 20:08:18 +01:00
parent b85fa5a6b9
commit f79198e5aa
4 changed files with 224 additions and 1 deletions

View File

@@ -8,9 +8,14 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EonaCat.Json" Version="1.1.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="EonaCat.Json">
<HintPath>..\..\EonaCat.Json\EonaCat.Json\bin\Release\netstandard2.1\EonaCat.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>