From ae1c5c05d5188351ce0f38226efc51d7ec1a6c7a Mon Sep 17 00:00:00 2001 From: Jorgen Dahl Date: Wed, 29 Sep 2021 08:16:17 -0400 Subject: [PATCH] DYN-3992: Upgrade LibG (#12060) --- src/DynamoCore/DynamoCore.csproj | 4 ++-- src/DynamoCore/packages.config | 4 ++-- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 4 ++-- src/DynamoCoreWpf/packages.config | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 4 ++-- src/DynamoManipulation/packages.config | 2 +- src/Libraries/Analysis/Analysis.csproj | 4 ++-- src/Libraries/Analysis/packages.config | 2 +- src/Libraries/CoreNodes/CoreNodes.csproj | 4 ++-- src/Libraries/CoreNodes/packages.config | 2 +- src/Libraries/GeometryColor/GeometryColor.csproj | 4 ++-- src/Libraries/GeometryColor/packages.config | 2 +- src/Libraries/GeometryUI/GeometryUI.csproj | 4 ++-- src/Libraries/GeometryUI/packages.config | 2 +- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 4 ++-- src/Libraries/GeometryUIWpf/packages.config | 2 +- src/Libraries/Tesellation/Tessellation.csproj | 4 ++-- src/Libraries/Tesellation/packages.config | 2 +- .../NodeDocumentationMarkdownGenerator.csproj | 4 ++-- src/Tools/NodeDocumentationMarkdownGenerator/packages.config | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 4 ++-- test/Libraries/AnalysisTests/packages.config | 2 +- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 4 ++-- test/Libraries/CoreNodesTests/packages.config | 2 +- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 4 ++-- test/Libraries/DynamoPythonTests/packages.config | 2 +- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 4 ++-- test/Libraries/GeometryColorTests/packages.config | 2 +- test/Libraries/TestServices/TestServices.csproj | 4 ++-- test/Libraries/TestServices/packages.config | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 4 ++-- test/Libraries/WorkflowTests/packages.config | 2 +- 32 files changed, 49 insertions(+), 49 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index 2ddebe133cb..1943138246a 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -82,8 +82,8 @@ limitations under the License. ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll True - - ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll ..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll diff --git a/src/DynamoCore/packages.config b/src/DynamoCore/packages.config index e4e3c8523ef..2b9b889ae66 100644 --- a/src/DynamoCore/packages.config +++ b/src/DynamoCore/packages.config @@ -1,7 +1,7 @@  - - + + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index 06238bc8a88..59e63de2fdb 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -73,9 +73,9 @@ - + False - ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll ..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll diff --git a/src/DynamoCoreWpf/packages.config b/src/DynamoCoreWpf/packages.config index 38806313707..d70c2556956 100644 --- a/src/DynamoCoreWpf/packages.config +++ b/src/DynamoCoreWpf/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index 51f8842c1cb..95abe6db578 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -36,8 +36,8 @@ - - ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/DynamoManipulation/packages.config b/src/DynamoManipulation/packages.config index 38806313707..d70c2556956 100644 --- a/src/DynamoManipulation/packages.config +++ b/src/DynamoManipulation/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 82afb95f2b1..80c04fda5d8 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -38,8 +38,8 @@ false - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/Analysis/packages.config b/src/Libraries/Analysis/packages.config index 38806313707..d70c2556956 100644 --- a/src/Libraries/Analysis/packages.config +++ b/src/Libraries/Analysis/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 6de40b0dbd6..710c9247533 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -53,8 +53,8 @@ True - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/CoreNodes/packages.config b/src/Libraries/CoreNodes/packages.config index aca491c20e4..ab7153bf4ca 100644 --- a/src/Libraries/CoreNodes/packages.config +++ b/src/Libraries/CoreNodes/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 704e74bbdf8..3f3b43d9bd8 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -38,8 +38,8 @@ ..\..\..\bin\AnyCPU\Release\en-US\GeometryColor.xml - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/GeometryColor/packages.config b/src/Libraries/GeometryColor/packages.config index 38806313707..d70c2556956 100644 --- a/src/Libraries/GeometryColor/packages.config +++ b/src/Libraries/GeometryColor/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 6c6c3d41817..3d520a48500 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -39,8 +39,8 @@ ..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll False - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/GeometryUI/packages.config b/src/Libraries/GeometryUI/packages.config index 8128e15d599..0c6b83ababe 100644 --- a/src/Libraries/GeometryUI/packages.config +++ b/src/Libraries/GeometryUI/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index d1055d58d53..931b4b7b5ec 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -39,8 +39,8 @@ - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/GeometryUIWpf/packages.config b/src/Libraries/GeometryUIWpf/packages.config index 38806313707..d70c2556956 100644 --- a/src/Libraries/GeometryUIWpf/packages.config +++ b/src/Libraries/GeometryUIWpf/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index c37a59f4055..3c1e8f3e6c0 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -41,8 +41,8 @@ ..\..\packages\MIConvexHull.1.1.17.0411\lib\netstandard1.0\MIConvexHull.NET Standard.dll True - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Libraries/Tesellation/packages.config b/src/Libraries/Tesellation/packages.config index 924d0115d6d..87fadf89eff 100644 --- a/src/Libraries/Tesellation/packages.config +++ b/src/Libraries/Tesellation/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index d2a9fb95566..951da6274d5 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -51,8 +51,8 @@ ..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll False - - ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/packages.config b/src/Tools/NodeDocumentationMarkdownGenerator/packages.config index 0dd58a90d87..a788b39d3ca 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/packages.config +++ b/src/Tools/NodeDocumentationMarkdownGenerator/packages.config @@ -1,7 +1,7 @@  - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 131296bc48b..ff1752fdc3f 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -39,8 +39,8 @@ ..\..\..\src\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/AnalysisTests/packages.config b/test/Libraries/AnalysisTests/packages.config index b3e86dcd970..2b8582e4ee3 100644 --- a/test/Libraries/AnalysisTests/packages.config +++ b/test/Libraries/AnalysisTests/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index 35c555e87e9..1d6b09569e5 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -47,8 +47,8 @@ ..\..\..\src\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/CoreNodesTests/packages.config b/test/Libraries/CoreNodesTests/packages.config index b3e86dcd970..2b8582e4ee3 100644 --- a/test/Libraries/CoreNodesTests/packages.config +++ b/test/Libraries/CoreNodesTests/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index a66b5e0d55a..165a2e0acba 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -71,8 +71,8 @@ False - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/DynamoPythonTests/packages.config b/test/Libraries/DynamoPythonTests/packages.config index ab51f4f0cb5..cf76e59c2e7 100644 --- a/test/Libraries/DynamoPythonTests/packages.config +++ b/test/Libraries/DynamoPythonTests/packages.config @@ -2,7 +2,7 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index c3c42c1f661..1d3cd3ebf80 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -39,8 +39,8 @@ ..\..\..\src\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/GeometryColorTests/packages.config b/test/Libraries/GeometryColorTests/packages.config index b3e86dcd970..2b8582e4ee3 100644 --- a/test/Libraries/GeometryColorTests/packages.config +++ b/test/Libraries/GeometryColorTests/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index d4ff511101e..05a5c2fd377 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -40,8 +40,8 @@ ..\..\..\src\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/TestServices/packages.config b/test/Libraries/TestServices/packages.config index b3e86dcd970..2b8582e4ee3 100644 --- a/test/Libraries/TestServices/packages.config +++ b/test/Libraries/TestServices/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index 8db2ffc9e9a..7070f31c4de 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -38,8 +38,8 @@ ..\..\..\src\packages\NUnit.2.6.3\lib\nunit.framework.dll - - ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6216\lib\net48\ProtoGeometry.dll + + ..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.12.0.6315\lib\net48\ProtoGeometry.dll False diff --git a/test/Libraries/WorkflowTests/packages.config b/test/Libraries/WorkflowTests/packages.config index b3e86dcd970..2b8582e4ee3 100644 --- a/test/Libraries/WorkflowTests/packages.config +++ b/test/Libraries/WorkflowTests/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file