From bc3d2d61c72e56ebb35791c627c5195c28bf4de9 Mon Sep 17 00:00:00 2001 From: timyhac Date: Thu, 7 May 2026 21:03:53 +1000 Subject: [PATCH] Change libplctag.NET -> libplctag.NativeImport to a ProjectReference as it is simpler to Previously, the changes for NativeImport and the primary package need to be staged because it referenced the nuget.org package, requiring the NativeImport changes to be released and uploaded before the primary package could be changed. SDK-style projects still reference nuget.org packages, so moving to a ProjectReference will still work, but allows both projects to be shipped simultaneously. --- src/libplctag/libplctag.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libplctag/libplctag.csproj b/src/libplctag/libplctag.csproj index 3e8664f..cca3036 100644 --- a/src/libplctag/libplctag.csproj +++ b/src/libplctag/libplctag.csproj @@ -19,7 +19,9 @@ - + + contentfiles;analyzers +