Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2024
1 parent 3258836 commit 1ac7e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SynoAI.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,8 @@
},
"Telegram.Bot": {
"type": "Transitive",
"resolved": "22.1.3",
"contentHash": "sEY7ihfNuvrcGRYsvTwtKQpLP2WJnnLK7FiVwMN3fZe5cDTed3w9SUNZA6Q8jC3QmVR/zW8BeRoJXkHkeOV2VQ==",
"resolved": "22.1.2",
"contentHash": "5ehl9lwENSULyxJ86kIVXS5a3V9XvAYvorSEmlf7mDY747eoVZmnS0dyqgWbkaE9GoTOxbpre8s2D+n5+8ZxLw==",
"dependencies": {
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0",
"System.Text.Json": "8.0.5"
Expand Down Expand Up @@ -881,7 +881,7 @@
"SkiaSharp.NativeAssets.Linux": "[2.88.9, )",
"Swashbuckle.AspNetCore": "[7.0.0, )",
"System.Drawing.Common": "[9.0.0, )",
"Telegram.Bot": "[22.1.3, )"
"Telegram.Bot": "[22.1.2, )"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion SynoAI/SynoAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="SkiaSharp" Version="2.88.9" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.9" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
<PackageReference Include="Telegram.Bot" Version="22.1.2" />
<PackageReference Include="Telegram.Bot" Version="22.1.3" />
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 1ac7e3d

Please sign in to comment.