mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-05-21 19:24:55 +00:00
14 lines
549 B
XML
14 lines
549 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>
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
|
</PropertyGroup>
|
|
</Project>
|