From 89383db3c315647009d9ed165ac176da2da36e2d Mon Sep 17 00:00:00 2001
From: Tony Bark <35226681+tonytins@users.noreply.github.com>
Date: Wed, 7 Jan 2026 03:20:03 -0500
Subject: [PATCH] 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.
---
CSTNet.Tests/CSTNet.Tests.csproj | 1 +
CSTNet/CSTNet.csproj | 5 +----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/CSTNet.Tests/CSTNet.Tests.csproj b/CSTNet.Tests/CSTNet.Tests.csproj
index 89a4bfb..5e94c1a 100644
--- a/CSTNet.Tests/CSTNet.Tests.csproj
+++ b/CSTNet.Tests/CSTNet.Tests.csproj
@@ -5,6 +5,7 @@
enable
enable
false
+ true
diff --git a/CSTNet/CSTNet.csproj b/CSTNet/CSTNet.csproj
index 69dc028..6bd95e3 100644
--- a/CSTNet/CSTNet.csproj
+++ b/CSTNet/CSTNet.csproj
@@ -7,6 +7,7 @@
latest
enable
Tony Bark
+ true
Caret-Separated Text (or CST) is a key-value pair format represented by digits or words
as keys and the value as text enclosed between carets. ([key] ^[value]^)
@@ -17,10 +18,6 @@
BSD-3-Clause
-
-
- true
-