From cb3a878839c95b873809521dacb881949cf81559 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 18 May 2026 13:59:17 -0700 Subject: [PATCH] Add the windowsTargetName for .NET 8 --- tools/findMissingNotices.targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/findMissingNotices.targets.json b/tools/findMissingNotices.targets.json index b2defa40c7..00f10e41a3 100644 --- a/tools/findMissingNotices.targets.json +++ b/tools/findMissingNotices.targets.json @@ -1,5 +1,6 @@ { "dotnetTargetName": "net8.0", "windowsTargetNames": [ + "net8.0-windows8.0" ] }