Meum/Meum.Core/Meum.Core.csproj
2025-05-09 16:32:35 +05:00

13 lines
424 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DTLib" Version="1.7.3" />
<PackageReference Include="Unofficial.MsQuic" Version="2.4.10" />
</ItemGroup>
</Project>