diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml
index 3b922640..20adafe3 100644
--- a/.github/workflows/CodeQuality.yml
+++ b/.github/workflows/CodeQuality.yml
@@ -13,15 +13,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
- env:
- # Use cached CRL data only for cert revocation checks. Works around
- # NU3012 ("certificate revoked") for transitive ReactiveUI / Splat 19.3.1
- # packages whose author certificate (Glenn Watson) was revoked at the CA
- # in 2026-Q2. `signatureValidationMode=accept` in NuGet.Config does NOT
- # cover this case because it only relaxes the "require signature" check,
- # not the chain-validation step that NU3012 fires from. Revert this env
- # var once the affected packages are re-signed and re-published.
- NUGET_CERT_REVOCATION_MODE: offline
+
steps:
- uses: actions/checkout@v6.0.2
with:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6df417a6..65ec8ac0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,13 +11,6 @@ jobs:
runs-on: ubuntu-latest
- env:
- # Use cached CRL data only for cert revocation checks. Works around
- # NU3012 ("certificate revoked") for transitive ReactiveUI / Splat 19.3.1
- # packages whose author certificate was revoked at the CA in 2026-Q2.
- # Revert this env var once the affected packages are re-signed.
- NUGET_CERT_REVOCATION_MODE: offline
-
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 10db5743..4f3507f0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,11 +16,6 @@ jobs:
runs-on: ubuntu-latest
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
- # Use cached CRL data only for cert revocation checks. Works around
- # NU3012 ("certificate revoked") for transitive ReactiveUI / Splat 19.3.1
- # packages whose author certificate was revoked at the CA in 2026-Q2.
- # Revert this env var once the affected packages are re-signed.
- NUGET_CERT_REVOCATION_MODE: offline
steps:
- uses: actions/checkout@v6.0.2
diff --git a/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj b/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj
index 1416e34a..d95f9be3 100644
--- a/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj
+++ b/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj b/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj
index 3fbeff0f..16f57f7e 100644
--- a/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj
+++ b/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj
@@ -1144,7 +1144,7 @@
-
+
diff --git a/SysML2.NET.Dal.Tests/SysML2.NET.Dal.Tests.csproj b/SysML2.NET.Dal.Tests/SysML2.NET.Dal.Tests.csproj
index eaabeafe..2df8114a 100644
--- a/SysML2.NET.Dal.Tests/SysML2.NET.Dal.Tests.csproj
+++ b/SysML2.NET.Dal.Tests/SysML2.NET.Dal.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Extensions.Tests/SysML2.NET.Extensions.Tests.csproj b/SysML2.NET.Extensions.Tests/SysML2.NET.Extensions.Tests.csproj
index 3b7c8558..7de4e0ae 100644
--- a/SysML2.NET.Extensions.Tests/SysML2.NET.Extensions.Tests.csproj
+++ b/SysML2.NET.Extensions.Tests/SysML2.NET.Extensions.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Kpar.Tests/SysML2.NET.Kpar.Tests.csproj b/SysML2.NET.Kpar.Tests/SysML2.NET.Kpar.Tests.csproj
index 15296ed3..9ab11830 100644
--- a/SysML2.NET.Kpar.Tests/SysML2.NET.Kpar.Tests.csproj
+++ b/SysML2.NET.Kpar.Tests/SysML2.NET.Kpar.Tests.csproj
@@ -55,7 +55,7 @@
-
+
diff --git a/SysML2.NET.Serializer.Json.Tests/SysML2.NET.Serializer.Json.Tests.csproj b/SysML2.NET.Serializer.Json.Tests/SysML2.NET.Serializer.Json.Tests.csproj
index eb4670ff..8a09bc51 100644
--- a/SysML2.NET.Serializer.Json.Tests/SysML2.NET.Serializer.Json.Tests.csproj
+++ b/SysML2.NET.Serializer.Json.Tests/SysML2.NET.Serializer.Json.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj b/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj
index 5b7d4914..8f9acdda 100644
--- a/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj
+++ b/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj
@@ -24,7 +24,7 @@
-
+
diff --git a/SysML2.NET.Serializer.MessagePack.Tests/SysML2.NET.Serializer.MessagePack.Tests.csproj b/SysML2.NET.Serializer.MessagePack.Tests/SysML2.NET.Serializer.MessagePack.Tests.csproj
index c4bf8d84..a1b9b84c 100644
--- a/SysML2.NET.Serializer.MessagePack.Tests/SysML2.NET.Serializer.MessagePack.Tests.csproj
+++ b/SysML2.NET.Serializer.MessagePack.Tests/SysML2.NET.Serializer.MessagePack.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj b/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj
index 4311928e..69429d6f 100644
--- a/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj
+++ b/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/SysML2.NET.Serializer.TextualNotation.Tests/SysML2.NET.Serializer.TextualNotation.Tests.csproj b/SysML2.NET.Serializer.TextualNotation.Tests/SysML2.NET.Serializer.TextualNotation.Tests.csproj
index c8742c0f..d7644f6b 100644
--- a/SysML2.NET.Serializer.TextualNotation.Tests/SysML2.NET.Serializer.TextualNotation.Tests.csproj
+++ b/SysML2.NET.Serializer.TextualNotation.Tests/SysML2.NET.Serializer.TextualNotation.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Serializer.TextualNotation/SysML2.NET.Serializer.TextualNotation.csproj b/SysML2.NET.Serializer.TextualNotation/SysML2.NET.Serializer.TextualNotation.csproj
index 7f4830ea..688ed968 100644
--- a/SysML2.NET.Serializer.TextualNotation/SysML2.NET.Serializer.TextualNotation.csproj
+++ b/SysML2.NET.Serializer.TextualNotation/SysML2.NET.Serializer.TextualNotation.csproj
@@ -29,9 +29,9 @@
-
+
-
+
diff --git a/SysML2.NET.Serializer.Xmi.Tests/SysML2.NET.Serializer.Xmi.Tests.csproj b/SysML2.NET.Serializer.Xmi.Tests/SysML2.NET.Serializer.Xmi.Tests.csproj
index 3b557a42..a937c78b 100644
--- a/SysML2.NET.Serializer.Xmi.Tests/SysML2.NET.Serializer.Xmi.Tests.csproj
+++ b/SysML2.NET.Serializer.Xmi.Tests/SysML2.NET.Serializer.Xmi.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Tests/SysML2.NET.Tests.csproj b/SysML2.NET.Tests/SysML2.NET.Tests.csproj
index 4c0863de..a3319e3e 100644
--- a/SysML2.NET.Tests/SysML2.NET.Tests.csproj
+++ b/SysML2.NET.Tests/SysML2.NET.Tests.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/SysML2.NET.Viewer.Tests/SysML2.NET.Viewer.Tests.csproj b/SysML2.NET.Viewer.Tests/SysML2.NET.Viewer.Tests.csproj
index 56b127ae..d8f01f74 100644
--- a/SysML2.NET.Viewer.Tests/SysML2.NET.Viewer.Tests.csproj
+++ b/SysML2.NET.Viewer.Tests/SysML2.NET.Viewer.Tests.csproj
@@ -19,7 +19,7 @@
-
+
diff --git a/SysML2.NET.Viewer/SysML2.NET.Viewer.csproj b/SysML2.NET.Viewer/SysML2.NET.Viewer.csproj
index 1a4b7489..c8442f5d 100644
--- a/SysML2.NET.Viewer/SysML2.NET.Viewer.csproj
+++ b/SysML2.NET.Viewer/SysML2.NET.Viewer.csproj
@@ -19,10 +19,10 @@
-
-
-
-
+
+
+
+
diff --git a/SysML2.NET/SysML2.NET.csproj b/SysML2.NET/SysML2.NET.csproj
index 42bfb4f9..2a54374f 100644
--- a/SysML2.NET/SysML2.NET.csproj
+++ b/SysML2.NET/SysML2.NET.csproj
@@ -27,9 +27,9 @@
-
+
-
+