Files
KfChatDotNet/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj
barelyprofessional 348ae7b9cb net10
2025-12-05 19:55:59 -06:00

16 lines
428 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="6.0.6" />
<PackageReference Include="Websocket.Client" Version="5.2.0" />
</ItemGroup>
</Project>