ExtinctionOnline/ExtinctionOnline.Server/ExtinctionOnline.Server.csproj

15 lines
366 B
XML
Raw Normal View History

2022-11-04 22:05:08 +09:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath></BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fleck" Version="1.2.0" />
</ItemGroup>
</Project>