From 4bf7915735215b4bcd872918e2f1a73b9b9614d3 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 30 Dec 2021 18:03:53 -0800 Subject: [PATCH] Change example csproj extension to .csproj.xml for simplicity in build When running dotnet run on Chapter 18, the compiler didn't know which csproj file to choose. --- src/Chapter18/{Listing18.12.csproj => Listing18.12.csproj.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Chapter18/{Listing18.12.csproj => Listing18.12.csproj.xml} (100%) diff --git a/src/Chapter18/Listing18.12.csproj b/src/Chapter18/Listing18.12.csproj.xml similarity index 100% rename from src/Chapter18/Listing18.12.csproj rename to src/Chapter18/Listing18.12.csproj.xml