Initial version

This commit is contained in:
2026-02-27 20:47:19 +01:00
parent 6b35bdf338
commit 2a32b559c1
13 changed files with 2557 additions and 42 deletions

14
Demo/Demo.csproj Normal file
View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net481;net6.0;net8.0</TargetFrameworks>
<Nullable>disable</Nullable>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EonaCat.QuicNet\EonaCat.QuicNet.csproj" />
</ItemGroup>
</Project>