From 15512f6eb115bfcd3a48541e2a4a811de80703ba Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Thu, 15 Jun 2023 17:11:51 -0400 Subject: [PATCH] add CSS requirement to ClickOnce technology --- src/technologies/c.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/c.json b/src/technologies/c.json index 966d239b2..38d2478bc 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -4452,6 +4452,7 @@ "text": "ClickOnce and .NET Framework Resources" } }, + "css": "\\.ClickOnceInfoText", "website": "https://learn.microsoft.com/en-us/visualstudio/deployment/clickonce-security-and-deployment" } } \ No newline at end of file