summaryrefslogtreecommitdiff
path: root/DiscordBot/DiscordBot.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'DiscordBot/DiscordBot.csproj')
-rw-r--r--DiscordBot/DiscordBot.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/DiscordBot/DiscordBot.csproj b/DiscordBot/DiscordBot.csproj
new file mode 100644
index 0000000..620a3a6
--- /dev/null
+++ b/DiscordBot/DiscordBot.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Discord.Net" Version="2.1.0" />
+ </ItemGroup>
+
+</Project>