Skip to content

Commit 6caee34

Browse files
Copilot CLICopilot
andcommitted
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>
1 parent f119917 commit 6caee34

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.nuspec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@
3535
</dependencies>
3636
<frameworkReferences>
3737
<group targetFramework="net6.0-windows7.0">
38-
<frameworkReference name="Microsoft.WindowsDesktop.App.WinForms" />
38+
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
39+
</group>
40+
<group targetFramework="net8.0-windows7.0">
41+
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
42+
</group>
43+
<group targetFramework="net9.0-windows7.0">
44+
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
45+
</group>
46+
<group targetFramework="net10.0-windows7.0">
47+
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
3948
</group>
4049

4150
</frameworkReferences>

0 commit comments

Comments
 (0)