From 037386c6010322353337312a776bd3ded2d9ea77 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Sun, 10 Sep 2023 06:10:06 +0100 Subject: [PATCH] Remove Duplicate of 5.11 (#538) --- src/Chapter05/Chapter05.csproj | 1 - .../Listing05.09.UsingElementInProjectFile.xml | 14 -------------- ...11.SampleConsoleProjectFileWithUsingElement.xml | 1 + 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 src/Chapter05/Listing05.09.UsingElementInProjectFile.xml diff --git a/src/Chapter05/Chapter05.csproj b/src/Chapter05/Chapter05.csproj index f2dc1bcb4..72a7e7734 100644 --- a/src/Chapter05/Chapter05.csproj +++ b/src/Chapter05/Chapter05.csproj @@ -9,7 +9,6 @@ - diff --git a/src/Chapter05/Listing05.09.UsingElementInProjectFile.xml b/src/Chapter05/Listing05.09.UsingElementInProjectFile.xml deleted file mode 100644 index 6a8a43f6c..000000000 --- a/src/Chapter05/Listing05.09.UsingElementInProjectFile.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Exe - net7.0 - enable - enable - - - - - - - diff --git a/src/Chapter05/Listing05.11.SampleConsoleProjectFileWithUsingElement.xml b/src/Chapter05/Listing05.11.SampleConsoleProjectFileWithUsingElement.xml index 8d80c65e3..7d8961ae4 100644 --- a/src/Chapter05/Listing05.11.SampleConsoleProjectFileWithUsingElement.xml +++ b/src/Chapter05/Listing05.11.SampleConsoleProjectFileWithUsingElement.xml @@ -8,6 +8,7 @@ + \ No newline at end of file