From d81ca7741bb9f6cd580b2a114608b1c79e104a67 Mon Sep 17 00:00:00 2001 From: Byron Mayne Date: Mon, 17 Jun 2024 22:04:38 -0400 Subject: [PATCH] Moved the missing missing Microsoft.CodeAnalysis.CSharp It was happening after compile instead of before. --- .../SourceGenerator.Foundations.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets index bd0926a..24f2e98 100644 --- a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets +++ b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets @@ -25,8 +25,8 @@ - +