mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-25 08:27:28 +00:00
Theres documentation at https://sylvessa.zip/fourkit/ now. And a bunch of other changes. Check the discord server for a more comprehensive list
12 lines
421 B
XML
12 lines
421 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>Minecraft.Server.FourKit</RootNamespace>
|
|
<AssemblyName>Minecraft.Server.FourKit</AssemblyName>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<BaseOutputPath>bin</BaseOutputPath>
|
|
</PropertyGroup>
|
|
</Project>
|