Bump OTAPI and switch to nuget OTAPI

This commit is contained in:
Cai 2026-01-31 19:48:54 +08:00
parent 32a425ca8a
commit 970a5a03bb
No known key found for this signature in database
GPG key ID: 7D738D40768F4D11
5 changed files with 2 additions and 16 deletions

View file

@ -40,27 +40,13 @@
<PackageReference Include="MySql.Data" Version="9.1.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageReference Include="Npgsql" Version="9.0.3" />
<PackageReference Include="OTAPI.Upcoming" Version="3.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TerrariaServerAPI\TerrariaServerAPI\TerrariaServerAPI.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="HttpServer">
<HintPath>..\prebuilts\HttpServer.dll</HintPath>
</Reference>
<Reference Include="ModFramework">
<HintPath>..\lib\ModFramework.dll</HintPath>
</Reference>
<Reference Include="OTAPI">
<HintPath>..\lib\OTAPI.dll</HintPath>
</Reference>
<Reference Include="OTAPI.Runtime">
<HintPath>..\lib\OTAPI.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="..\prebuilts\HttpServer.dll">
<Link>HttpServer.dll</Link>