From 11f285d1729e2b248ef58827954a58ceb2ddfb6b Mon Sep 17 00:00:00 2001 From: Byron Mayne Date: Sat, 27 Jul 2024 18:44:14 -0400 Subject: [PATCH] Fixed a compiler error being forced when targeting latest runtime --- .../SourceGenerator.Foundations.targets | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets index 24f2e98..b00e6ad 100644 --- a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets +++ b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.targets @@ -46,11 +46,20 @@ + + + + + + 7.2 + false + true + \ No newline at end of file