initial commit
This commit is contained in:
15
HelloWorldPlugin/HelloWorldPlugin.csproj
Normal file
15
HelloWorldPlugin/HelloWorldPlugin.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OTAPI.Upcoming" Version="3.2.6" />
|
||||
<PackageReference Include="TSAPI" Version="5.2.1" />
|
||||
<PackageReference Include="TShock" Version="5.2.4" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user