Files
KfChatDotNet/KickWsClient/KickWsClient.csproj
barelyprofessional f547638b45 Bumped packages
2025-09-08 21:46:11 -05:00

16 lines
457 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="5.4.0" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
<PackageReference Include="Websocket.Client" Version="5.2.0" />
</ItemGroup>
</Project>