-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDC_Sharp.csproj
More file actions
38 lines (32 loc) · 1.3 KB
/
SDC_Sharp.csproj
File metadata and controls
38 lines (32 loc) · 1.3 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
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>SDC_Sharp</PackageId>
<Title>SDC_Sharp</Title>
<Authors>Satan1c</Authors>
<Description>https://sdc.su/ API wrapper for C# .NET 3.1+</Description>
<RepositoryUrl>https://github.com/SdcSharp/SDC_Sharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>sdc discord</PackageTags>
<AssemblyName>SDC_Sharp</AssemblyName>
<PackageVersion>3.2.0</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>10</LangVersion>
<TargetFrameworks>net7.0;net6.0;net6.0-windows;net7.0-windows</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RateLimiter" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="SDC_Sharp.DSharpPlus\**" />
<Compile Remove="SDC_Sharp.DiscordNet\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="SDC_Sharp.DSharpPlus\**" />
<EmbeddedResource Remove="SDC_Sharp.DiscordNet\**" />
</ItemGroup>
<ItemGroup>
<None Remove="SDC_Sharp.DSharpPlus\**" />
<None Remove="SDC_Sharp.DiscordNet\**" />
</ItemGroup>
</Project>