Upgraded to Net 7.0

This commit is contained in:
hondacrx
2023-01-20 09:25:12 -05:00
parent 3b890c1d67
commit 9a2fb7e2b2
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.6" />
<PackageReference Include="MySqlConnector" Version="2.1.12" />
<PackageReference Include="Google.Protobuf" Version="3.21.12" />
<PackageReference Include="MySqlConnector" Version="2.2.5" />
</ItemGroup>
</Project>