16 lines
390 B
XML
16 lines
390 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|