From c08fc0c0359d75464568c3219ea80fefe655a482 Mon Sep 17 00:00:00 2001 From: Roberto T <61755417+RobertGlobant20@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:21:43 -0600 Subject: [PATCH] Updating LibG Updating LibG to the latest version so now will have the fix for DYN-7794-ExtrudePolyCurve-Crash-ASM231/ASM232. --- src/DynamoCore/DynamoCore.csproj | 6 +++--- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 2 +- src/Libraries/Analysis/Analysis.csproj | 2 +- src/Libraries/CoreNodes/CoreNodes.csproj | 2 +- src/Libraries/GeometryColor/GeometryColor.csproj | 2 +- src/Libraries/GeometryUI/GeometryUI.csproj | 2 +- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 2 +- src/Libraries/Tesellation/Tessellation.csproj | 4 ++-- .../NodeDocumentationMarkdownGenerator.csproj | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 4 ++-- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 2 +- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 2 +- test/Libraries/TessellationTests/TessellationTests.csproj | 4 ++-- test/Libraries/TestServices/TestServices.csproj | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index e28371d492c..e3452eded6c 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -32,9 +32,9 @@ - - - + + + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index f48285b2f57..a8f55e2eb18 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -483,7 +483,7 @@ - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index 90212419e6e..44e1e3e72a5 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -40,7 +40,7 @@ - + diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 50a544840ef..cd192e17dd8 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -18,7 +18,7 @@ - + {7858fa8c-475f-4b8e-b468-1f8200778cf8} diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index dcbaabc654e..34a116677cc 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index ddd4c2881ca..b7165370b7f 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -14,7 +14,7 @@ MSB3539;CS1591;NUnit2005;NUnit2007;CS0618;CS0612;CS0672 - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index dbd1b6621ed..034acf1e5df 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index e61668e8161..5ad02f17393 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index 9121aa6f659..66573143bad 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -1,4 +1,4 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 11d332f597c..ac9623508d5 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -15,7 +15,7 @@ - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 1e68fb6228e..2477010e531 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ AnalysisTests - + diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index f4c2f61ef56..b6ce448e8c1 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -18,7 +18,7 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index e2e2b131543..5182bffe58f 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -10,7 +10,7 @@ DisplayTests - + diff --git a/test/Libraries/TessellationTests/TessellationTests.csproj b/test/Libraries/TessellationTests/TessellationTests.csproj index 2e31c7b5ac2..b3b82d88bff 100644 --- a/test/Libraries/TessellationTests/TessellationTests.csproj +++ b/test/Libraries/TessellationTests/TessellationTests.csproj @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ TessellationTests - + diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index 854b04c1902..5cdece2555d 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -10,7 +10,7 @@ TestServices - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index 1ae3b94270c..cbc65ed1ef0 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -14,7 +14,7 @@ - +