22 lines
592 B
XML
22 lines
592 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Core\Entities\Guilds\IGuild.Examples.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="Core\Entities\Guilds\IGuild.Examples.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
|
|
<ProjectReference Include="..\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
|
|
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|