From 3c4c25ba9c763a1ebaa964a0ddfe040b3c65928d Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Fri, 5 Apr 2019 10:08:23 -0700 Subject: [PATCH] Remove framework assembly references (#49) Add DevelopmentDependency --- src/SlnGen.Build.Tasks/SlnGen.Build.Tasks.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/SlnGen.Build.Tasks/SlnGen.Build.Tasks.csproj b/src/SlnGen.Build.Tasks/SlnGen.Build.Tasks.csproj index 4bfcee92..2d34831b 100644 --- a/src/SlnGen.Build.Tasks/SlnGen.Build.Tasks.csproj +++ b/src/SlnGen.Build.Tasks/SlnGen.Build.Tasks.csproj @@ -14,6 +14,7 @@ https://github.com/jeffkl/SlnGen https://github.com/jeffkl/SlnGen.git msbuild;visualstudio;solution + true @@ -46,4 +47,11 @@ SlnGen + + + + <_FrameworkAssemblyReferences Remove="@(_FrameworkAssemblyReferences)" /> + + \ No newline at end of file