GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
    • 1 Initial Setup
    • 2 First Configuration
    • 3 Exploring Components
    • 4 Using Variables
    • 5 Building Environments
    • 6 Deploying Your Application
  • Deployments
  • Environments
  • Variables
    • Azure Keyvault
    • Git
    • Local
    • Secrets
  • Components
    • Inputs
      • Dotnet
      • GraphQL
    • Providers
      • Dotnet Package
      • Git
      • Local
  • Configuration Files
    • Appsettings
  • File Structure
  • Reporting
    • Dependency Tracking
    • Principles
  • Introduction
  • Getting Started
    • 1 Initial Setup
    • 2 First Configuration
    • 3 Exploring Components
    • 4 Using Variables
    • 5 Building Environments
    • 6 Deploying Your Application
  • Deployments
  • Environments
  • Variables
    • Azure Keyvault
    • Git
    • Local
    • Secrets
  • Components
    • Inputs
      • Dotnet
      • GraphQL
    • Providers
      • Dotnet Package
        • Configuration
      • Git
      • Local
  • Configuration Files
    • Appsettings
  • File Structure
  • Reporting
    • Dependency Tracking
    • Principles

On This Page

  • Configuration
Question? Give us feedback → (opens in a new tab)Edit this page
Components
Providers
Dotnet Package

Dotnet Package

This provider reads components that are embeded in a .NET package and distributed through a package repository.

You can read more about components in Components

Configuration

.confixrc
{
  "project": {
    "componentProviders": [
      {
        "type": "dotnet-package"
      }
    ]
  }
}
ProvidersGit

MIT 2025 © Nextra.