diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 20:43:11 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-19 20:43:11 -0700 |
commit | d0123303dc551424b7f5340307ebce5f87a4b70f (patch) | |
tree | a57d1d777f7b006e887f91ff5cffe88496d9ae15 /samples/OAuthAuthorizationServer | |
parent | 53bb41c18da394ccbb41cbaf12760ea12c0f6515 (diff) | |
download | DotNetOpenAuth-d0123303dc551424b7f5340307ebce5f87a4b70f.zip DotNetOpenAuth-d0123303dc551424b7f5340307ebce5f87a4b70f.tar.gz DotNetOpenAuth-d0123303dc551424b7f5340307ebce5f87a4b70f.tar.bz2 |
Fixes runtime dependencies for MVC 5.
Diffstat (limited to 'samples/OAuthAuthorizationServer')
-rw-r--r-- | samples/OAuthAuthorizationServer/Web.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthAuthorizationServer/Web.config b/samples/OAuthAuthorizationServer/Web.config index 4e25f1e..3ae5ecc 100644 --- a/samples/OAuthAuthorizationServer/Web.config +++ b/samples/OAuthAuthorizationServer/Web.config @@ -85,7 +85,7 @@ <assemblies> <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> - <add assembly="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> + <add assembly="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> </assemblies> </compilation> |