mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-05 11:15:04 +00:00
18 lines
451 B
XML
18 lines
451 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shared\Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Tomlyn" Version="0.11.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|