diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-19 20:14:58 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-19 20:14:58 -0800 |
commit | 7b741da22d416744bf8f6f75c7a55552d1c1feca (patch) | |
tree | 9bfb0f39a88bb9ea844784b3281d8f542dae5045 /samples/OAuthServiceProvider | |
parent | cdb850c6cf90381e6db75365272b7d65ef5fe359 (diff) | |
download | DotNetOpenAuth-7b741da22d416744bf8f6f75c7a55552d1c1feca.zip DotNetOpenAuth-7b741da22d416744bf8f6f75c7a55552d1c1feca.tar.gz DotNetOpenAuth-7b741da22d416744bf8f6f75c7a55552d1c1feca.tar.bz2 |
Workaround Code Contracts assembly showing up in web app's Bin folder and causing type resolution ambiguities.
Diffstat (limited to 'samples/OAuthServiceProvider')
-rw-r--r-- | samples/OAuthServiceProvider/Web.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/Web.config b/samples/OAuthServiceProvider/Web.config index c21ebd4..3ea490f 100644 --- a/samples/OAuthServiceProvider/Web.config +++ b/samples/OAuthServiceProvider/Web.config @@ -61,6 +61,7 @@ <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> + <remove assembly="DotNetOpenAuth.Contracts"/> </assemblies> </compilation> <authentication mode="Forms"> |