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 8258fcb..9a2091e 100644
--- a/nuget/nuget.proj
+++ b/nuget/nuget.proj
@@ -54,6 +54,7 @@
<NuGetProperties Include="oauth2version=$(OAuth2PackagesVersion)" />
<NuGetProperties Include="OutputPath35=$(OutputPath35)" />
<NuGetProperties Include="OutputPath40=$(OutputPath40)" />
+ <NuGetProperties Include="IntermediatePath=$(IntermediatePath40)" />
<NuGetPackages Include="*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>
@@ -65,7 +66,7 @@
</PropertyGroup>
<ItemGroup>
<NuGetPackages>
- <Properties>$(_NuGetProperties);Identity=%(FileName);GeneratedAssemblyInfoSourceFile=$(IntermediatePath)%(FileName).Version.cs</Properties>
+ <Properties>$(_NuGetProperties);Identity=%(FileName);GeneratedAssemblyInfoSourceFile=$(IntermediatePath40)%(FileName).Version.cs</Properties>
</NuGetPackages>
</ItemGroup>
<NuGetPack