EFDM.Core
0.8.1
dotnet add package EFDM.Core --version 0.8.1
NuGet\Install-Package EFDM.Core -Version 0.8.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="EFDM.Core" Version="0.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFDM.Core --version 0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EFDM.Core, 0.8.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 EFDM.Core as a Cake Addin #addin nuget:?package=EFDM.Core&version=0.8.1 // Install EFDM.Core as a Cake Tool #tool nuget:?package=EFDM.Core&version=0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Entity framework data manager
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- LinqKit.Microsoft.EntityFrameworkCore (>= 8.1.7)
- Microsoft.EntityFrameworkCore (>= 8.0.11)
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 |
---|---|---|
0.8.1 | 91 | 12/19/2024 |
0.8.0 | 132 | 8/15/2024 |
0.7.15 | 134 | 5/15/2024 |
0.7.14 | 115 | 5/14/2024 |
0.7.13 | 278 | 11/30/2023 |
0.7.12 | 193 | 9/12/2023 |
0.7.11 | 156 | 9/11/2023 |
0.7.10 | 162 | 8/25/2023 |
0.7.9 | 191 | 6/29/2023 |
0.7.8 | 177 | 6/29/2023 |
0.7.7 | 190 | 6/19/2023 |
0.7.6 | 187 | 6/6/2023 |
0.7.5 | 215 | 5/2/2023 |
0.7.4 | 217 | 4/26/2023 |
0.7.3 | 305 | 2/16/2023 |
0.7.2 | 296 | 2/15/2023 |
0.7.1 | 300 | 2/15/2023 |
0.7.0 | 319 | 2/2/2023 |
0.6.13 | 399 | 10/31/2022 |
0.6.12 | 451 | 9/13/2022 |
0.6.11 | 425 | 9/13/2022 |
0.6.10 | 458 | 8/10/2022 |
0.6.9 | 473 | 8/1/2022 |
0.6.8 | 514 | 3/23/2022 |
0.6.6 | 455 | 3/23/2022 |
0.6.5 | 446 | 3/21/2022 |
0.6.4 | 456 | 2/16/2022 |
0.6.0 | 439 | 2/9/2022 |
0.1.4 | 304 | 12/29/2021 |
0.1.3 | 307 | 12/29/2021 |
0.1.2 | 291 | 12/28/2021 |
0.1.1 | 286 | 12/27/2021 |
0.1.0 | 302 | 12/22/2021 |
Removed support for 3rd party bulk operations. Moved EFDM.Test -> to EFDM.Sample namespace. Added separately examples for postgres and msssql.