aboutsummaryrefslogtreecommitdiff
path: root/AleeBot/AleeBot.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'AleeBot/AleeBot.csproj')
-rw-r--r--AleeBot/AleeBot.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj
index 30b8db4..2cff4bd 100644
--- a/AleeBot/AleeBot.csproj
+++ b/AleeBot/AleeBot.csproj
@@ -3,11 +3,17 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
+ <Version>3.0.0</Version>
+ <Authors>Andrew Lee</Authors>
+ <Copyright>(C) Copyright 2019</Copyright>
+ <NeutralLanguage>en</NeutralLanguage>
+ <Company>AleeCorp</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
+ <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
</ItemGroup>
</Project>