CSharpDB.Core
1.8.0
Prefix Reserved
See the version list below for details.
dotnet add package CSharpDB.Core --version 1.8.0
NuGet\Install-Package CSharpDB.Core -Version 1.8.0
<PackageReference Include="CSharpDB.Core" Version="1.8.0" />
<PackageVersion Include="CSharpDB.Core" Version="1.8.0" />
<PackageReference Include="CSharpDB.Core" />
paket add CSharpDB.Core --version 1.8.0
#r "nuget: CSharpDB.Core, 1.8.0"
#:package CSharpDB.Core@1.8.0
#addin nuget:?package=CSharpDB.Core&version=1.8.0
#tool nuget:?package=CSharpDB.Core&version=1.8.0
CSharpDB.Core (Compatibility Package)
Compatibility package for existing projects that still reference CSharpDB.Core.
Status
CSharpDB.Core is now a compatibility package that forwards to CSharpDB.Primitives.
New development should use
CSharpDB.Primitives.Existing
v1.xconsumers can keep using this compatibility package during migration.Planned removal target:
v2.0.0For application development, install:
CSharpDB
For low-level/shared type usage, install:
CSharpDB.Primitives
Installation
dotnet add package CSharpDB.Core
Migration
Replace:
dotnet add package CSharpDB.Core
With:
dotnet add package CSharpDB.Primitives
Removal Plan
The CSharpDB.Core compatibility package is planned for removal in v2.0.0.
Before v2.0.0, consumers should:
- replace
CSharpDB.Corepackage references withCSharpDB.Primitives - validate any package-management scripts, templates, or docs that still mention
CSharpDB.Core
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- CSharpDB.Primitives (>= 1.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.