Skip to content

Commit ec7784a

Browse files
author
Jose Ramirez
committed
Included ssdl file for server 8.0.4+.
1 parent 9976908 commit ec7784a

File tree

4 files changed

+811
-13
lines changed

4 files changed

+811
-13
lines changed

Source/MySql.Data.EntityFramework5/MySql.Data.EF5.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
<PropertyGroup>
1212
<ProductVersion>9.0.30729</ProductVersion>
1313
<SchemaVersion>2.0</SchemaVersion>
14-
<Framework>4.0</Framework>
15-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<Framework>4.0</Framework>
15+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1616
<DefineConstants>NET_40_OR_GREATER</DefineConstants>
1717
</PropertyGroup>
1818
</When>
1919
<Otherwise>
2020
<PropertyGroup>
2121
<ProductVersion>9.0.30729</ProductVersion>
2222
<SchemaVersion>2.0</SchemaVersion>
23-
<Framework>4.5</Framework>
24-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23+
<Framework>4.5</Framework>
24+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2525
<DefineConstants>NET_40_OR_GREATER;NET_45_OR_GREATER</DefineConstants>
2626
</PropertyGroup>
2727
</Otherwise>
@@ -174,6 +174,7 @@
174174
</ItemGroup>
175175
<ItemGroup>
176176
<None Include="packages.config" />
177+
<EmbeddedResource Include="Properties\SchemaDefinition-8.0.ssdl" />
177178
</ItemGroup>
178179
<ItemGroup>
179180
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />

0 commit comments

Comments
 (0)