diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-23 17:49:22 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:31 -0800 |
commit | 94d3bb7d936246c05a9f6b48481832a30fdbcca2 (patch) | |
tree | 0ecdb545abd9bd41146e40d8c6fc251c50b5ac77 /src | |
parent | d9176f02e7c3d2e6b00b7373a1496a689b15956d (diff) | |
download | DotNetOpenAuth-94d3bb7d936246c05a9f6b48481832a30fdbcca2.zip DotNetOpenAuth-94d3bb7d936246c05a9f6b48481832a30fdbcca2.tar.gz DotNetOpenAuth-94d3bb7d936246c05a9f6b48481832a30fdbcca2.tar.bz2 |
Fixed references to old DNOA.Messaging assembly in .config files.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Test/App.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/App.config b/src/DotNetOpenAuth.Test/App.config index 56c3ecd..d0eb34e 100644 --- a/src/DotNetOpenAuth.Test/App.config +++ b/src/DotNetOpenAuth.Test/App.config @@ -2,11 +2,11 @@ <configuration> <configSections> <section name="uri" type="System.Configuration.UriSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/> - <sectionGroup name="dotNetOpenAuth" type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth.Messaging"> + <sectionGroup name="dotNetOpenAuth" type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth.Core"> <section name="openid" type="DotNetOpenAuth.Configuration.OpenIdElement, DotNetOpenAuth.OpenId" requirePermission="false" allowLocation="true" /> <section name="oauth" type="DotNetOpenAuth.Configuration.OAuthElement, DotNetOpenAuth.OAuth" requirePermission="false" allowLocation="true" /> - <section name="messaging" type="DotNetOpenAuth.Configuration.MessagingElement, DotNetOpenAuth.Messaging" requirePermission="false" allowLocation="true" /> - <section name="reporting" type="DotNetOpenAuth.Configuration.ReportingElement, DotNetOpenAuth.Messaging" requirePermission="false" allowLocation="true" /> + <section name="messaging" type="DotNetOpenAuth.Configuration.MessagingElement, DotNetOpenAuth.Core" requirePermission="false" allowLocation="true" /> + <section name="reporting" type="DotNetOpenAuth.Configuration.ReportingElement, DotNetOpenAuth.Core" requirePermission="false" allowLocation="true" /> </sectionGroup> </configSections> |