-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDC_Sharp.DSharpPlus.csproj
More file actions
28 lines (24 loc) · 1.13 KB
/
SDC_Sharp.DSharpPlus.csproj
File metadata and controls
28 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>SDC_Sharp.DSharpPlus</PackageId>
<Title>SDC_Sharp.DSharpPlus</Title>
<Authors>Satan1c</Authors>
<Description>Addon for SDC_Sharp to work with Discord.Net</Description>
<PackageProjectUrl>https://github.com/SdcSharp/SDC_Sharp.DSharpPlus</PackageProjectUrl>
<RepositoryUrl>https://github.com/SdcSharp/SDC_Sharp.DSharpPlus</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SDC</PackageTags>
<AssemblyName>SDC_Sharp.DSharpPlus</AssemblyName>
<PackageVersion>3.2.1</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>10</LangVersion>
<TargetFrameworks>net7.0;net6.0;net6.0-windows;net7.0-windows</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.4.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SDC_Sharp\SDC_Sharp.csproj" />
</ItemGroup>
</Project>