From e77cfb06d30652343c1d0870ee694d3b1ed1b342 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 15 Oct 2024 09:21:51 +0200 Subject: [PATCH] Fix according to review. --- dotnet/BundleContents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/BundleContents.md b/dotnet/BundleContents.md index 8961bc63a2..935a7ef122 100644 --- a/dotnet/BundleContents.md +++ b/dotnet/BundleContents.md @@ -292,7 +292,7 @@ on items in the `net9.0` library project doesn't have any effect, and you'll get The workaround is to set `MSBuildDisableGetCopyToPublishDirectoryItemsOptimization=true` in the -executable project: +library project: ```xml