forked from FirebirdSQL/NETProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersions.props
More file actions
21 lines (21 loc) · 705 Bytes
/
Versions.props
File metadata and controls
21 lines (21 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<!-- Provider -->
<PropertyGroup>
<ProviderVersion>11.0.0-alpha1</ProviderVersion>
</PropertyGroup>
<!-- EFCore -->
<PropertyGroup>
<EFCoreProviderVersion>13.0.0</EFCoreProviderVersion>
<EFCoreReferenceProviderVersion>10.3.4</EFCoreReferenceProviderVersion>
<EFCoreReferencePackageVersion>10.0.0</EFCoreReferencePackageVersion>
</PropertyGroup>
<!-- EF6 -->
<PropertyGroup>
<EF6ProviderVersion>10.1.0</EF6ProviderVersion>
<EF6ReferenceProviderVersion>10.3.2</EF6ReferenceProviderVersion>
<EF6ReferencePackageVersion>6.5.1</EF6ReferencePackageVersion>
</PropertyGroup>
<PropertyGroup>
<SystemLinqDynamicCore>1.7.1</SystemLinqDynamicCore>
</PropertyGroup>
</Project>