diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-13 07:33:03 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-13 07:33:03 -0700 |
commit | e576017ee713a6ae22c2f023f0016f63eb48e88a (patch) | |
tree | 63e906ced74ea4f75bd26e39498416e7ed057a7d | |
parent | eea1b39e043cbd64bccda02e9c9da81aeb359ada (diff) | |
download | DotNetOpenAuth-e576017ee713a6ae22c2f023f0016f63eb48e88a.zip DotNetOpenAuth-e576017ee713a6ae22c2f023f0016f63eb48e88a.tar.gz DotNetOpenAuth-e576017ee713a6ae22c2f023f0016f63eb48e88a.tar.bz2 |
Worked around db deployment error.
-rw-r--r-- | projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj index 8163828..88e91c3 100644 --- a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj +++ b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj @@ -6,7 +6,7 @@ <SchemaVersion>2.0</SchemaVersion> <ProjectVersion>4.0</ProjectVersion> <ProjectGuid>{2b4261ac-25ac-4b8d-b459-1c42b6b1401d}</ProjectGuid> - <DSP>Microsoft.Data.Schema.Sql.Sql100DatabaseSchemaProvider</DSP> + <DSP>Microsoft.Data.Schema.Sql.Sql90DatabaseSchemaProvider</DSP> <AppDesignerFolder>Properties</AppDesignerFolder> <ShowWizard>True</ShowWizard> <OutputType>Database</OutputType> |