diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:10:07 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:10:07 -0800 |
commit | f7a7276ca66f73f8b97524a1504ac270f57cd576 (patch) | |
tree | 44eaeac9b78a9424e0420dc6feb60b7d71cc6b99 /samples/OAuthServiceProvider | |
parent | 2d2c50f288f04a029ba4b5b206f3cd73fe585084 (diff) | |
download | DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.zip DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.tar.gz DotNetOpenAuth-f7a7276ca66f73f8b97524a1504ac270f57cd576.tar.bz2 |
Removes unnecessary .config settings.
Diffstat (limited to 'samples/OAuthServiceProvider')
-rw-r--r-- | samples/OAuthServiceProvider/Web.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/Web.config b/samples/OAuthServiceProvider/Web.config index 674e678..51e9ca9 100644 --- a/samples/OAuthServiceProvider/Web.config +++ b/samples/OAuthServiceProvider/Web.config @@ -58,7 +58,6 @@ --> <compilation debug="true" targetFramework="4.0"> <assemblies> - <remove assembly="DotNetOpenAuth.Contracts"/> <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> </assemblies> </compilation> |