Files
LaDOSE/LaDOSE.Src/LaDOSE.DiscordBot/LaDOSE.DiscordBot.csproj

29 lines
896 B
XML
Raw Normal View History

2018-10-03 21:48:18 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
2018-10-03 21:48:18 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DSharpPlus" Version="3.2.3" />
2018-10-04 00:29:25 +02:00
<PackageReference Include="DSharpPlus.CommandsNext" Version="3.2.3" />
2018-10-03 23:32:44 +02:00
<PackageReference Include="DSharpPlus.Interactivity" Version="3.2.3" />
2018-10-03 21:48:18 +02:00
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.1" />
</ItemGroup>
2018-10-04 01:32:33 +02:00
<ItemGroup>
<Reference Include="ChallongeCSharpDriver">
<HintPath>..\..\Library\ChallongeCSharpDriver.dll</HintPath>
</Reference>
</ItemGroup>
2018-10-03 21:48:18 +02:00
<ItemGroup>
<None Update="settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>