diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 11:56:32 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 11:56:32 -0400 |
| commit | 79389faad8daa92c1eb8f1e85b6393843840f9f0 (patch) | |
| tree | 0d8d86ec2c64c38fa7efcd6b87700c8ac44043c5 /AleeBot/AleeBot.csproj | |
| parent | 63d4be8666f8b5353693a2af9023a3e0c0cf0e31 (diff) | |
| download | AleeBot.NET-79389faad8daa92c1eb8f1e85b6393843840f9f0.tar.gz AleeBot.NET-79389faad8daa92c1eb8f1e85b6393843840f9f0.tar.bz2 AleeBot.NET-79389faad8daa92c1eb8f1e85b6393843840f9f0.zip | |
Added stuff
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 6 |
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> |
