Merge pull request #532 from SciSharp/dependabot/nuget/src/Infrastructure/BotSharp.Abstraction/System.Text.Json-8.0.4

Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/Infrastructure/BotSharp.Abstraction
This commit is contained in:
C. Oceania 2024-07-09 20:18:41 -05:00 committed by GitHub
commit 9573ffc02b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>