Files
KfChatDotNet/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj
barelyprofessional 78e1494a19 Bumped packages
2026-02-19 19:17:01 -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.1.0" />
<PackageReference Include="Websocket.Client" Version="5.3.0" />
</ItemGroup>
</Project>