From 42ac6028e2c004a272068049a3f65f6e36095d75 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 3 Feb 2026 22:16:30 +0000
Subject: [PATCH 1/2] Initial plan
From a16861dc8dbeaa9cde997643a17f0d175d21f774 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 3 Feb 2026 22:20:02 +0000
Subject: [PATCH 2/2] Remove redundant Microsoft.CodeAnalysis.Workspaces.Common
dependency and add Directory.Packages.props to solution items
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
---
Directory.Packages.props | 1 -
IntelliTect.Analyzer.sln | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 7e6dc6c..d091962 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,7 +11,6 @@
-
diff --git a/IntelliTect.Analyzer.sln b/IntelliTect.Analyzer.sln
index 6a7ad99..48a5081 100644
--- a/IntelliTect.Analyzer.sln
+++ b/IntelliTect.Analyzer.sln
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
+ Directory.Packages.props = Directory.Packages.props
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection