OpenStrata.MSBuild.Package 1.0.81

Prefix Reserved
dotnet add package OpenStrata.MSBuild.Package --version 1.0.81
                    
NuGet\Install-Package OpenStrata.MSBuild.Package -Version 1.0.81
                    
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="OpenStrata.MSBuild.Package" Version="1.0.81">
  <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="OpenStrata.MSBuild.Package" Version="1.0.81" />
                    
Directory.Packages.props
<PackageReference Include="OpenStrata.MSBuild.Package">
  <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 OpenStrata.MSBuild.Package --version 1.0.81
                    
#r "nuget: OpenStrata.MSBuild.Package, 1.0.81"
                    
#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 OpenStrata.MSBuild.Package@1.0.81
                    
#: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=OpenStrata.MSBuild.Package&version=1.0.81
                    
Install as a Cake Addin
#tool nuget:?package=OpenStrata.MSBuild.Package&version=1.0.81
                    
Install as a Cake Tool

OpenStrata.MSBuild.Package contains build definitions that allow for an OpenStrata Package project to create packages for deploying to environments using the Power Platform Package Deployer.

An OpenStrata Package project depends on the OpenStrata.Deployment.Sdk and Microsoft.CrmSdk.XrmTooling.PackageDeployment to build a package using the Strata aware base class, ImportPackageStrataBase.

The build definitions of this package will manage the contents of the package and maintain the package importconfig file according to the dependencies identified as project references and Strati package references.

The benefits of using the OpenStrata Package project to create Deployer packages are:

  • Packages can be strata aware, allowing for upstream capabilities to be included in a single distribution.
  • Strata Aware Packages leverage inherit dependency chain of Nuget to ensure version dependency stays in sync.
  • Strata Aware packages can seamlessly integrate the deployment of components produced publishers, whether internal or external.
  • Packages can be created to establish entire environments in support of every phase of the ALM.
  • Packages can be composed simply by adding desired components from a repository of Strati packages produced internally or by other publishers.

Install OpenStrata.NET.Templates to get started.

After OpenStrata.NET.Templates is installed, create a Package project using the openstrata-package template.

dotnet new openstrata-package --name [preferred-name]

About the OpenStrata Initiative

The OpenStrata Initiative is an open-source project with the explicit objective to facilitate a standardized framework for Publishers and Consumers within the Microsoft Power Platform ecosystem to Distribute, Discover, Consume, and Integrate (DDCI) production-ready Power Platform capabilities.

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.81 174 10/30/2025
0.3.79-preview 305 10/22/2022
0.3.76-preview 229 10/22/2022
0.3.72-preview.1 254 11/22/2021
0.3.32-preview 317 11/15/2021
0.3.0-preview 294 11/9/2021
0.2.83-beta 304 10/29/2021
0.2.61-beta 334 10/27/2021
0.2.6-beta 282 10/19/2021
0.1.0-Beta 310 10/18/2021



*The OpenStrata initiative is currently a Proof-of-Concept effort.  We welcome and invite you to evaluate OpenStrata products, provide feedback, and make suggestions or requests.  Please be mindful this is an active development effort.  Not all features are fully operational...*


0.3.*-preview
- These releases are in support of the OpenStrata Initiative's preview phase.  In this phase, the primary OpenStrata project types are functionally operational, but have not been "field-tested".

0.2.*:
- These releases are in support of the OpenStrata Initiative's proof-of-concept phase.