mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-01 19:18:31 -04:00
3bd5fc5d96
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!
16 lines
428 B
XML
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>
|