Files
EonaCat.QuicNet/Demo/Demo.csproj
2026-02-27 20:47:19 +01:00

15 lines
354 B
XML

<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>