Schemata.Module.Targets
                              
                            
                                1.0.0-preview.24212.29
                            
                        
                    
        
        
                                This is a prerelease version of Schemata.Module.Targets.
                            
    
    
        
        
                                There is a newer prerelease version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package Schemata.Module.Targets --version 1.0.0-preview.24212.29
NuGet\Install-Package Schemata.Module.Targets -Version 1.0.0-preview.24212.29
        
        
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="Schemata.Module.Targets" Version="1.0.0-preview.24212.29" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Schemata.Module.Targets" Version="1.0.0-preview.24212.29" />
<PackageReference Include="Schemata.Module.Targets" />
        
        
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 Schemata.Module.Targets --version 1.0.0-preview.24212.29
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Schemata.Module.Targets, 1.0.0-preview.24212.29"
        
        
#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 Schemata.Module.Targets@1.0.0-preview.24212.29
        
        
#: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=Schemata.Module.Targets&version=1.0.0-preview.24212.29&prerelease
#tool nuget:?package=Schemata.Module.Targets&version=1.0.0-preview.24212.29&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Schemata Module
Creating Schemata Module for Domain Driven & Modular Design.
Quick Start
dotnet new classlib
dotnet add package --prerelease Schemata.Module.Complex.Targets
public class Module : ModuleBase
{
    public override int Order => 0;
    public override int Priority => 1;
    public void ConfigureServices(IServiceCollection services) {
        //
    }
    public void Configure(IApplicationBuilder app, IServiceProvider provider) {
        //
    }
}
                            There are no supported framework assets in this package.
                            
                    Learn more about Target Frameworks and .NET Standard.
- 
                                                    net6.0- Schemata.Abstractions (>= 1.0.0-preview.24212.29)
 
- 
                                                    net8.0- Schemata.Abstractions (>= 1.0.0-preview.24212.29)
 
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.