Add AllowMissingPrunePackageData to project files

- Temporally set AllowMissingPrunePackageData in both CSTNet and CSTNet.Tests project files to address package data pruning issues.
- Also removed the AOT compatibility property group from CSTNet.csproj.
This commit is contained in:
Tony Bark 2026-01-07 03:20:03 -05:00
parent c9a7c6c309
commit 89383db3c3
2 changed files with 2 additions and 4 deletions

View file

@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<AllowMissingPrunePackageData>true</AllowMissingPrunePackageData>
</PropertyGroup>
<ItemGroup>