From 8d594e0dc5bf5a9a04d74d1c5c81be0a974b7ce6 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Mon, 11 Sep 2023 13:42:53 -0700 Subject: [PATCH] This allows this project to build properly within VS as the shared Program.cs file requires this project reference to build. --- .../Msbuild.Tests.Utilities.csproj | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Tests/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj b/src/Tests/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj index 923677f18b69..2de4810afdaa 100644 --- a/src/Tests/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj +++ b/src/Tests/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj @@ -12,6 +12,7 @@ + @@ -23,13 +24,4 @@ - - - - - - - - -