diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-06 19:54:13 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-06 19:54:13 -0400 |
| commit | 7189196f20592923496e6d638a8c3acd476be6fa (patch) | |
| tree | 82c8b32a44e40c1861312d30b974e9beb77ee70c /AleeBot/AleeBot.csproj | |
| parent | f61c3581df0b9a119386bacbfb5b1053bb0fc589 (diff) | |
| download | AleeBot.NET-7189196f20592923496e6d638a8c3acd476be6fa.tar.gz AleeBot.NET-7189196f20592923496e6d638a8c3acd476be6fa.tar.bz2 AleeBot.NET-7189196f20592923496e6d638a8c3acd476be6fa.zip | |
3.0 Releasedv3.0
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj index 3bce0a8..1c9108d 100644 --- a/AleeBot/AleeBot.csproj +++ b/AleeBot/AleeBot.csproj @@ -12,11 +12,11 @@ <AssemblyName>AleeBot</AssemblyName> <RootNamespace>AleeBot</RootNamespace> <RepositoryUrl>https://github.com/AleeCorp/AleeBot.NET</RepositoryUrl> + <SignAssembly>false</SignAssembly> </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> |
