From 611dc7dd3f3acf0d1c877c4586cd7e39c26f8deb Mon Sep 17 00:00:00 2001 From: pinzart90 <46732933+pinzart90@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:31:14 -0500 Subject: [PATCH] update libg refs (#13509) (#13527) * update Co-authored-by: pinzart Co-authored-by: pinzart --- src/DynamoCore/DynamoCore.csproj | 4 ++-- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 4 ++-- 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 | 2 +- .../NodeDocumentationMarkdownGenerator.csproj | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 2 +- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 2 +- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 4 ++-- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 2 +- test/Libraries/IronPythonTests/IronPythonTests.csproj | 2 +- test/Libraries/TestServices/TestServices.csproj | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index ff651156a8b..a0ede6a06f1 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index f554cbfeb35..bdb957f6449 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -69,7 +69,7 @@ - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index 74faaa640e9..c7f81a0a134 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -1,4 +1,4 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 6cdc3bdb0db..621f402bccd 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -15,7 +15,7 @@ - + {7858fa8c-475f-4b8e-b468-1f8200778cf8} DynamoCore diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 8e0cf5963e6..b7fc21eaca4 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -17,7 +17,7 @@ - + runtime diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 69de8e6fdc5..6e69e54cfd3 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -11,7 +11,7 @@ $(OutputPath)\$(UICulture)\GeometryColor.xml - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 3a94911913e..20a5622c4e6 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 3e8dc97f526..45fd5caaea0 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index d668986fe25..9b4166d71bd 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -11,7 +11,7 @@ $(OutputPath)\$(UICulture)\Tessellation.XML - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 5a85d137ede..5cdfd574d8d 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 2e69222e3c6..b225011c9d0 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index 07371e2d670..38ea025751e 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index 6b2639ab0ec..7acc14590c3 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index 9a29f6b9e82..5b021f2bb7b 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/IronPythonTests/IronPythonTests.csproj b/test/Libraries/IronPythonTests/IronPythonTests.csproj index fc04ccf82dc..6dfd22d619e 100644 --- a/test/Libraries/IronPythonTests/IronPythonTests.csproj +++ b/test/Libraries/IronPythonTests/IronPythonTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index b132dabb9f8..08f43efa32c 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index f4980b36261..becd054b648 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -11,7 +11,7 @@ - +