Basilisque.CommonFrameworkBuild 1.0.0

Requires NuGet 4.0 or higher.

dotnet add package Basilisque.CommonFrameworkBuild --version 1.0.0
                    
NuGet\Install-Package Basilisque.CommonFrameworkBuild -Version 1.0.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="Basilisque.CommonFrameworkBuild" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Basilisque.CommonFrameworkBuild" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Basilisque.CommonFrameworkBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Basilisque.CommonFrameworkBuild --version 1.0.0
                    
#r "nuget: Basilisque.CommonFrameworkBuild, 1.0.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 Basilisque.CommonFrameworkBuild@1.0.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=Basilisque.CommonFrameworkBuild&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Basilisque.CommonFrameworkBuild&version=1.0.0
                    
Install as a Cake Tool

Basilisque - Common Framework Build

Overview

GitHub License

This project provides common build configuration for all parts of the Basilisque framework.
It is NOT recommended to use this unless you're developing a part of the framework.

Description

This project doesn't contain any assemblies that will be deployed with the target project. Instead it only contains build time configuration (.props/.targets-files, ...) to provide all projects of the Basilisque framework with a common basic set of configuration.
It implicitly adds a dependency to Basilisque.CommonBuild to the target project. So the configuration provided by that project will also be applied.

Usage

Simply installing this NuGet package will automatically include the contained .props and .targets files in the build. For more information about how this can be configured, please see the GitHub page.

License

The Basilisque framework (including this repository) is licensed under the Apache License, Version 2.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Basilisque.CommonFrameworkBuild:

Package Downloads
Basilisque.DataAccess.EntityFramework.Base

Package Description

Basilisque.DataAccess.EntityFramework.SqlServer

Package Description

Basilisque.DataAccess.EntityFramework.CodeAnalysis

Package Description

Basilisque.DataAccess.EntityFramework.PostgreSQL

Package Description

Basilisque.DataAccess.EntityFramework.Relational

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 304 6/20/2025
1.0.0-RC22 236 5/26/2025