diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-13 07:33:03 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-19 22:31:15 -0700 |
commit | bc8b60a23e2b44d50b24c36fdc4f2fe96fe5d066 (patch) | |
tree | a310f9b1bc8112798ebc000f3b9496a767fcfec3 | |
parent | 2490aa5d185c88274f66ca1e2c388c84f7c369a7 (diff) | |
download | DotNetOpenAuth-bc8b60a23e2b44d50b24c36fdc4f2fe96fe5d066.zip DotNetOpenAuth-bc8b60a23e2b44d50b24c36fdc4f2fe96fe5d066.tar.gz DotNetOpenAuth-bc8b60a23e2b44d50b24c36fdc4f2fe96fe5d066.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 f09d70d..db3234b 100644 --- a/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj +++ b/projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj @@ -7,7 +7,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> |