From 41e54dbb6cd79983281f26bc19b4b07cf6ecf15c Mon Sep 17 00:00:00 2001 From: Kevin Pilch Date: Wed, 17 Jan 2018 10:05:15 -0800 Subject: [PATCH] Add workaround for NuGet/Home/5894 so source packages get included --- ....VisualStudio.ProjectSystem.Managed.VS.csproj | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Microsoft.VisualStudio.ProjectSystem.Managed.VS.csproj b/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Microsoft.VisualStudio.ProjectSystem.Managed.VS.csproj index 7ca3fdebcc2..6622a4b599d 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Microsoft.VisualStudio.ProjectSystem.Managed.VS.csproj +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/Microsoft.VisualStudio.ProjectSystem.Managed.VS.csproj @@ -1,6 +1,16 @@  + + + + Microsoft.VisualStudio.ProjectSystem.Managed.VS + C:\Code\project-system\artifacts\Debug\obj\$(OriginalProjectName)\ + 7.1 + + + Microsoft.VisualStudio @@ -239,5 +249,7 @@ %(NuGetPackageId)\%(Link) - - \ No newline at end of file + + +