change mysql

This commit is contained in:
Nereziel
2023-11-05 20:02:12 +01:00
parent 66eb46e098
commit d3fce1c3ad
4 changed files with 31 additions and 59 deletions

View File

@@ -4,15 +4,17 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nexd.MySQL" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="CounterStrikeSharp.API">
<HintPath>deps\CounterStrikeSharp.API.dll</HintPath>
</Reference>
<Reference Include="MySqlConnector">
<HintPath>deps\MySqlConnector.dll</HintPath>
</Reference>
</ItemGroup>
</Project>