1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:35:41 +00:00
X10D/X10D.DSharpPlus/X10D.DSharpPlus.csproj

13 lines
345 B
XML
Raw Normal View History

2022-07-20 17:50:47 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-29 15:51:22 +00:00
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
2022-07-20 17:50:47 +01:00
</PropertyGroup>
<ItemGroup>
2022-12-21 19:58:28 +00:00
<PackageReference Include="DSharpPlus" Version="4.3.0" PrivateAssets="All"/>
2022-07-20 17:50:47 +01:00
</ItemGroup>
</Project>