Skip to content

Commit

Permalink
fix: Set a specific version for System.Text.Json package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eptagone committed Nov 17, 2024
1 parent ef99ee8 commit a088f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/Telegram.BotAPI/Telegram.BotAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Contains all classes and methods available from the Bot API.
</Description>
<PackageTags>Telegram;Bot;API</PackageTags>
<Title></Title>
<Title>Telegram.BotAPI</Title>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>Telegram.BotAPI.pfx</AssemblyOriginatorKeyFile>
<LangVersion>latest</LangVersion>
Expand All @@ -34,7 +34,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="*" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a088f77

Please sign in to comment.