mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 02:05:43 +00:00
13 lines
345 B
XML
13 lines
345 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
|
|
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="DSharpPlus" Version="4.3.0" PrivateAssets="All"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|