summaryrefslogtreecommitdiffstats
path: root/nuget/nuget.proj
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/nuget.proj')
-rw-r--r--nuget/nuget.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget/nuget.proj b/nuget/nuget.proj
index a621cd1..d92e8b4 100644
--- a/nuget/nuget.proj
+++ b/nuget/nuget.proj
@@ -16,7 +16,8 @@
<ItemGroup>
<NuGetSource Include="%(ResignedAssembliesOutputs.Identity)" Condition=" '%(FileName)%(Extension)' == 'DotNetOpenAuth.dll' "/>
<NuGetSource>
- <TargetPath>$(NuGetLayoutPath)lib\%(FileName)%(Extension)</TargetPath>
+ <TargetPath Condition=" '$(ClrVersion)' == '2' ">$(NuGetLayoutPath)lib\full\%(FileName)%(Extension)</TargetPath>
+ <TargetPath Condition=" '$(ClrVersion)' == '4' ">$(NuGetLayoutPath)lib\net40-full\%(FileName)%(Extension)</TargetPath>
</NuGetSource>
</ItemGroup>
<ItemGroup>