diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-26 18:53:23 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:54 -0800 |
commit | 19735a0124c46667d91a7f69b92f392734bf0f6a (patch) | |
tree | 9ff201a26e2706b67f8680abd52b55cc3ad319eb /nuget/DotNetOpenAuth.Core.nuspec | |
parent | 5ccd92c7524466590b150bb76be8927d7f89d455 (diff) | |
download | DotNetOpenAuth-19735a0124c46667d91a7f69b92f392734bf0f6a.zip DotNetOpenAuth-19735a0124c46667d91a7f69b92f392734bf0f6a.tar.gz DotNetOpenAuth-19735a0124c46667d91a7f69b92f392734bf0f6a.tar.bz2 |
Added MS.Contracts.dll dependency to NuGet.
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index c68105c..55d1b00 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -16,6 +16,9 @@ <frameworkAssemblies> <frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" /> </frameworkAssemblies> + <dependencies> + <dependency id="CodeContracts.Unofficial" /> + </dependencies> </metadata> <files> <file src="$OutputPath35$signed\DotNetOpenAuth.Core.dll" target="lib\net35-full\DotNetOpenAuth.Core.dll" /> |