DeukBot4/DeukBot4/DeukBot4.csproj

21 lines
882 B
XML
Raw Normal View History

2018-03-28 23:34:48 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-01-19 16:56:17 +00:00
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>x64</PlatformTarget>
2018-03-28 23:34:48 +00:00
</PropertyGroup>
<ItemGroup>
2019-08-17 13:29:11 +00:00
<PackageReference Include="Discord.Net" Version="2.1.1" />
2019-01-31 10:52:08 +00:00
<PackageReference Include="JetBrains.Annotations" Version="2018.3.0" />
<PackageReference Include="MSBuildGitHash" Version="0.4.1" />
2019-08-17 13:29:11 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Npgsql" Version="4.0.3" />
2019-08-17 13:29:11 +00:00
<PackageReference Include="StackExchange.Redis" Version="2.0.601" />
2018-03-28 23:34:48 +00:00
</ItemGroup>
</Project>