Files
TerrariaHealingPlugin/TerrariaHealingPlugin.csproj
Wyatt J. Miller 5aea4453b0 initial commit
got healing working only in the wrong way
2025-08-18 22:50:41 -04:00

13 lines
418 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OTAPI.Upcoming" Version="3.1.20" />
<PackageReference Include="TSAPI" Version="5.2.1" />
<PackageReference Include="TShock" Version="5.2.4" />
</ItemGroup>
</Project>