forked from Marilyth/MopsBot-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMopsBot.csproj
executable file
·32 lines (27 loc) · 1.42 KB
/
MopsBot.csproj
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.4.0" />
<PackageReference Include="Discord.Addons.PassiveInteractive" Version="2.0.4" />
<PackageReference Include="OxyPlot.Core" Version="2.0.0-unstable1035" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.0-preview1.19506.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.8.2" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.8.1" />
<PackageReference Include="MongoDB.Bson" Version="2.8.1" />
<PackageReference Include="MongoDB.Driver" Version="2.8.1" />
<PackageReference Include="DiscordBotsList.Api" Version="1.4.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.5.3" />
<PackageReference Include="System.ServiceModel.Syndication" Version="4.6.0-preview.18571.3" />
<PackageReference Include="TweetinviAPI" Version="4.0.0"/>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
</ItemGroup>
</Project>