NopCommerce.Nop.Data
4.80.8.2
dotnet add package NopCommerce.Nop.Data --version 4.80.8.2
NuGet\Install-Package NopCommerce.Nop.Data -Version 4.80.8.2
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="NopCommerce.Nop.Data" Version="4.80.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NopCommerce.Nop.Data" Version="4.80.8.2" />Directory.Packages.props
<PackageReference Include="NopCommerce.Nop.Data" />Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NopCommerce.Nop.Data --version 4.80.8.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NopCommerce.Nop.Data, 4.80.8.2"
#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.
#:package NopCommerce.Nop.Data@4.80.8.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NopCommerce.Nop.Data&version=4.80.8.2Install as a Cake Addin
#tool nuget:?package=NopCommerce.Nop.Data&version=4.80.8.2Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The Nop.Data project contains a set of classes and functions for reading from and writing to a database or other data store. It helps separate data-access logic from your business objects.
| 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.
-
- FluentMigrator (>= 6.2.0)
- FluentMigrator.Runner (>= 6.2.0)
- linq2db (>= 5.4.1)
- Microsoft.Data.SqlClient (>= 5.2.2)
- MySqlConnector (>= 2.4.0)
- NopCommerce.Nop.Core (>= 4.60.4.1)
- Npgsql (>= 9.0.1)
- System.Configuration.ConfigurationManager (>= 9.0.0)
- System.Net.NameResolution (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NopCommerce.Nop.Data:
| Package | Downloads |
|---|---|
|
NopCommerce.Nop.Web.Framework
Nop.Web.Framework is a class library project containing some common presentation things for Nop.Web project |
|
|
NopCommerce.Nop.Services
This project contains a set of core services, business logic, validations or calculations related with the data, if needed. Some people call it Business Access Layer (BAL). |
GitHub repositories
This package is not used by any popular GitHub repositories.