RegexBot/RegexBot.csproj

25 lines
862 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Noikoio.RegexBot</RootNamespace>
2018-04-06 19:34:54 +00:00
<AssemblyVersion>2.6.0.0</AssemblyVersion>
<Description>Highly configurable Discord moderation bot</Description>
<Authors>Noikoio</Authors>
<Company />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netcoreapp2.0\RegexBot.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
2017-09-24 19:47:29 +00:00
<PackageReference Include="Discord.Net" Version="1.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="Npgsql" Version="3.2.7" />
2017-08-09 23:07:42 +00:00
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>
</Project>