fix: Disable trimming in test projects

This commit is contained in:
Valters Melnalksnis
2022-06-15 21:35:22 +03:00
parent 99ea02654e
commit 827d099661
+2
View File
@@ -3,6 +3,8 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsTrimmable>false</IsTrimmable>
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
</PropertyGroup>
<ItemGroup>