This commit is contained in:
barelyprofessional
2025-12-05 19:55:59 -06:00
parent 3c70fea2ba
commit 348ae7b9cb
9 changed files with 14 additions and 22 deletions

View File

@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="5.4.0" />
<PackageReference Include="NLog" Version="6.0.6" />
<PackageReference Include="Websocket.Client" Version="5.2.0" />
</ItemGroup>