From 8d792fac2f9398f3eac3644dd62051b44235075a Mon Sep 17 00:00:00 2001 From: Ivandro Jao Date: Thu, 5 Sep 2024 08:55:53 +0100 Subject: [PATCH] Remove EnsureNuGetPackageBuildImports target This target was deleted from the project file as it is no longer necessary. The build process remains unaffected since the referenced NuGet package is already handled elsewhere. This change simplifies the csproj file and eliminates redundant checks. Note: \packages\ directory is irrelevant for packagereference Signed-off-by: Ivandro Jao --- src/Test/Test.csproj | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index 57087148c..b59eeaa71 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -208,13 +208,6 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - -