Update SystemCommandsBot.csproj

This commit is contained in:
FlorianDahn 2022-11-23 13:12:26 +01:00
parent ace936e2e8
commit 8b2d70e016

View File

@ -2,12 +2,12 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>net6.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="TelegramBotBase" Version="3.1.1" /> <PackageReference Include="TelegramBotBase" Version="5.0.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>