DotNetNuke.Core 10.3.0

dotnet add package DotNetNuke.Core --version 10.3.0
                    
NuGet\Install-Package DotNetNuke.Core -Version 10.3.0
                    
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="DotNetNuke.Core" Version="10.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetNuke.Core" Version="10.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DotNetNuke.Core" />
                    
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 DotNetNuke.Core --version 10.3.0
                    
#r "nuget: DotNetNuke.Core, 10.3.0"
                    
#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 DotNetNuke.Core@10.3.0
                    
#: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=DotNetNuke.Core&version=10.3.0
                    
Install as a Cake Addin
#tool nuget:?package=DotNetNuke.Core&version=10.3.0
                    
Install as a Cake Tool

Provides basic references to the DotNetNuke.dll to develop extensions for the DNN Platform.  For MVC or WebAPI please see other packages available as well

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on DotNetNuke.Core:

Package Downloads
DotNetNuke.Web

Provides references to core components such as Caching, Security and other security-related items for DNN Platform

DotNetNuke.Bundle

This package is a metapackage that automatically includes all other available DNN Packages, this should only be used in situations where support for ALL types of development are truly needed.

DotNetNuke.Web.Client

Provides API references for usage of the Client Dependency Framework (CDF) for the inclusion of CSS and JS files within DNN Platform

Dnn.PersonaBar.Library

DNN PersonaBar Common Library

DotNetNuke.SiteExportImport

This package contains components required for developing extensions to utilize site export/import features.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on DotNetNuke.Core:

Repository Stars
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
2sic/2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)