mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
FIX: Build logic and drop netstandard2.1 as it causes trimming issues.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<DebugType>embedded</DebugType>
|
||||
<Features>strict</Features>
|
||||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
||||
|
||||
Reference in New Issue
Block a user