From 9e5344200ef66cac10eabdc7d9bfe9538b4285d4 Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Tue, 24 Feb 2026 10:38:48 -0800 Subject: [PATCH] Add modernize-dotnet plugin --- .github/plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a348df1..fb16ad8 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -26,6 +26,16 @@ "skills": [ "./skills/spark" ] + }, + { + "name": "modernize-dotnet", + "source": { + "source": "github", + "repo": "dotnet/modernize-dotnet", + "path": "plugins/modernize-dotnet" + }, + "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", + "version": "1.0.920-preview1" } ] } \ No newline at end of file