Added LMStudio client, upgraded to .net 9.0

This commit is contained in:
Samuele Lorefice
2024-12-25 19:37:14 +01:00
parent 0ba298b955
commit 4b308b762a
7 changed files with 51 additions and 45 deletions

View File

@@ -2,10 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
<ItemGroup>
@@ -15,6 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LMStudio" Version="1.2.0" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
</ItemGroup>