Files
KfChatDotNet/KfChatDotNetWsClient/KfChatDotNetWsClient.csproj
T
barelyprofessional 3bd5fc5d96 Bumped packages.
Also: 0>SixLabors.ImageSharp.Drawing.targets(27,5): Error  : No Six Labors license found. Set $(SixLaborsLicenseKey), set $(SixLaborsLicenseFile), or add a 'sixlabors.lic' file to the project/workspace.
      Please obtain a license from https://sixlabors.com/pricing/

OY VEY!
2026-06-28 13:51:13 -05: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.3" />
<PackageReference Include="Websocket.Client" Version="5.5.0" />
</ItemGroup>
</Project>