Disable output of debug information in Release build

This commit is contained in:
Noi 2020-05-22 00:26:21 -07:00
parent 75924cc096
commit 9278ef0a48

View file

@ -12,6 +12,12 @@
<RootNamespace>BirthdayBot</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<WarningLevel>0</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />