From 3836bc0c089b2aa3d70c1e4a1c720a716aa3e1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 6 Apr 2020 21:09:17 +0200 Subject: [PATCH] Update Directory.Build.targets to work around a .NET SDK bug --- Directory.Build.targets | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Directory.Build.targets b/Directory.Build.targets index af60f0fe..69fbc84d 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -15,6 +15,20 @@ false + + + + $([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)')) + + + + + +