Browse Source

Merge a153aca559 into 3f3ae2a5d4

pull/765/merge
rhafizov 6 years ago committed by GitHub
parent
commit
6bb7e919f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AddIns/DisplayBindings/Data/ICSharpCode.Data.EDMDesigner.Core/IO/IO.cs

2
src/AddIns/DisplayBindings/Data/ICSharpCode.Data.EDMDesigner.Core/IO/IO.cs

@ -32,7 +32,7 @@ namespace ICSharpCode.Data.EDMDesigner.Core.IO @@ -32,7 +32,7 @@ namespace ICSharpCode.Data.EDMDesigner.Core.IO
{
#region Namespace declarations
protected static XNamespace edmxNamespace = "http://schemas.microsoft.com/ado/2008/10/edmx";
protected static XNamespace edmxNamespace = "http://schemas.microsoft.com/ado/2009/11/edmx";
protected static XNamespace ssdlNamespace = "http://schemas.microsoft.com/ado/2009/02/edm/ssdl";
protected static XNamespace storeNamespace = "http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator";

Loading…
Cancel
Save