From 6caee3480348eb397a2113b5e4d217016c4f0817 Mon Sep 17 00:00:00 2001 From: Copilot CLI Date: Fri, 5 Jun 2026 10:24:06 -0700 Subject: [PATCH] Fix misspelled WinForms framework reference in GraphViewerGDI.nuspec Correct 'Microsoft.WindowsDesktop.App.WinForms' to the SDK-recognized 'Microsoft.WindowsDesktop.App.WindowsForms', resolving NETSDK1073 for consumers on the .NET 10 SDK (issue #390). Also declare the reference for all shipped Windows TFMs (net6/8/9/10). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../tools/GraphViewerGDI/GraphViewerGDI.nuspec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.nuspec b/GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.nuspec index 8de21e2e..becb61b8 100644 --- a/GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.nuspec +++ b/GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.nuspec @@ -35,7 +35,16 @@ - + + + + + + + + + +