mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
Only use the TreatWarningsAsErrors for debug build (#3237)
* Update PKHeX.Core.csproj
This commit is contained in:
parent
0f1f0166ce
commit
2f5e2016bc
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
<RepositoryUrl>https://github.com/kwsch/PKHeX</RepositoryUrl>
|
||||
<LangVersion>9</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue