From 0226d2dc15302409f258ece13eb733d3f665d857 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 10 Jan 2022 12:55:17 -0800 Subject: [PATCH] refactor CSharpSyntaxGenerator project to use Choose for targetframework --- .../CSharpSyntaxGenerator.csproj | 36 +++++++++++-------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj index 6fce2c963a5d4..9c8b96f9ffafe 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj @@ -19,19 +19,27 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file