chore(deps): upgrade MySQL Connector and Newtonsoft.Json packages

This commit is contained in:
Michael Green
2023-03-11 01:10:41 +11:00
parent 13dc90883d
commit 55735599f8
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
<ProjectReference Include="..\gaseous-tools\gaseous-tools.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.32" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="MySql.Data" Version="8.0.32.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>