Bump OTAPI and switch to nuget OTAPI
This commit is contained in:
parent
32a425ca8a
commit
970a5a03bb
5 changed files with 2 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue