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

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EonaCat.Network\EonaCat.Network.csproj" />
</ItemGroup>
</Project>