GdNet.DataReferences.EF
1.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GdNet.DataReferences.EF --version 1.3.1
NuGet\Install-Package GdNet.DataReferences.EF -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GdNet.DataReferences.EF" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GdNet.DataReferences.EF --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GdNet.DataReferences.EF, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GdNet.DataReferences.EF as a Cake Addin #addin nuget:?package=GdNet.DataReferences.EF&version=1.3.1 // Install GdNet.DataReferences.EF as a Cake Tool #tool nuget:?package=GdNet.DataReferences.EF&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DataReference for EF
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- GdNet.Data.EF (>= 2.0.3)
- GdNet.DataReferences.Domain (>= 1.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 1,233 | 12/28/2017 |
1.4.1 | 1,104 | 12/22/2017 |
1.4.0 | 986 | 6/6/2017 |
1.4.0-RC1 | 810 | 4/1/2017 |
1.3.1 | 987 | 3/1/2017 |
1.2.3 | 1,074 | 12/1/2016 |
1.2.2 | 1,063 | 3/19/2016 |
1.2.1 | 1,150 | 3/11/2016 |
1.2.0 | 1,057 | 3/8/2016 |
1.1.1 | 1,041 | 3/4/2016 |
1.1.0 | 1,046 | 3/2/2016 |
1.0.2 | 1,060 | 3/2/2016 |
1.0.1 | 1,049 | 3/2/2016 |
1.0.0 | 1,037 | 3/2/2016 |
Version 1.2.2
- Renamed context to DataReferencesDbContext
- Configuration is not sealed so that it can be override on the Seed method
Version 1.2.0
- Upgrade dependencies
Version 1.1.0
- Use an interface for the data context which improve IOC registration
Version 1.0.1
- Add initial migration