Skip to content

Commit

Permalink
修复mysql依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
samyycX committed Aug 12, 2024
1 parent 6f37871 commit 3f5f61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/BuffInspector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Copy SourceFiles="@(LangFiles)" DestinationFolder="$(OutputPath)\lang" />
<Copy SourceFiles="$(NuGetPackageRoot)\dapper\2.1.44\lib\net7.0\Dapper.dll" DestinationFolder="$(OutputPath)" />
<Copy SourceFiles="$(NuGetPackageRoot)\htmlagilitypack\1.11.60\lib\Net45\HtmlAgilityPack.dll" DestinationFolder="$(OutputPath)" />
<Copy SourceFiles="$(NuGetPackageRoot)\mysqlconnector\2.3.6\lib\net8.0\MySQLConnector.dll" DestinationFolder="$(OutputPath)" />
<Copy SourceFiles="$(NuGetPackageRoot)\mysqlconnector\2.3.6\lib\net8.0\MySqlConnector.dll" DestinationFolder="$(OutputPath)" />
<Copy SourceFiles="$(NuGetPackageRoot)\newtonsoft.json\13.0.3\lib\net6.0\Newtonsoft.Json.dll" DestinationFolder="$(OutputPath)" />
<Delete Files="$(OutputPath)\BuffInspectorShared.dll" />
<Delete Files="$(OutputPath)\BuffInspectorShared.pdb" />
Expand Down

0 comments on commit 3f5f61e

Please sign in to comment.