Microsoft.PowerApps.MSBuild.Solution
2.5.1
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.PowerApps.MSBuild.Solution --version 2.5.1
NuGet\Install-Package Microsoft.PowerApps.MSBuild.Solution -Version 2.5.1
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="2.5.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Microsoft.PowerApps.MSBuild.Solution" Version="2.5.1" />
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Microsoft.PowerApps.MSBuild.Solution --version 2.5.1
#r "nuget: Microsoft.PowerApps.MSBuild.Solution, 2.5.1"
#:package Microsoft.PowerApps.MSBuild.Solution@2.5.1
#addin nuget:?package=Microsoft.PowerApps.MSBuild.Solution&version=2.5.1
#tool nuget:?package=Microsoft.PowerApps.MSBuild.Solution&version=2.5.1
The package contains build definitions that are required to build a CDS Solution project. See project site how to install.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.PowerApps.MSBuild.Solution:
| Package | Downloads |
|---|---|
|
OpenStrata.MSBuild.Solution
OpenStrata.MSBuild.Solution contains build definitions that are used in conjunction with Microsoft.PowerApps.MSBuild.Solution to build a DataVerse (aka CDS) Solution project and incorporate the Dataverse Solution into AppSource and/or Strati distribution packages. |
|
|
TALXIS.DevKit.Build.Dataverse.Solution
Dataverse MSBuild Solution |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.PowerApps.MSBuild.Solution:
| Repository | Stars |
|---|---|
|
microsoft/powerapps-tools
Unsupported PowerApps Tools & Apps
|
|
|
microsoft/Power-CAT-Copilot-Studio-Kit
|
|
|
microsoft/Power-CAT-Tools
The Power CAT Tools is your ultimate companion for enhancing the development experience within the Power Platform. This powerful suite of features is designed to streamline your development workflow by automating essential tasks and providing insightful guidance based on real-world best practices.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.4 | 635 | 5/5/2026 |
| 2.6.4 | 3,219 | 4/14/2026 |
| 2.6.3 | 746 | 4/10/2026 |
| 2.5.1 | 1,177 | 4/2/2026 |
| 2.4.1 | 4,024 | 3/7/2026 |
| 2.3.2 | 1,552 | 2/25/2026 |
| 2.2.1 | 2,763 | 2/4/2026 |
| 2.1.2 | 837 | 1/29/2026 |
| 2.1.1 | 570 | 1/27/2026 |
| 1.52.1 | 105,347 | 1/7/2026 |
| 1.51.1 | 23,810 | 12/2/2025 |
| 1.50.1 | 31,456 | 10/24/2025 |
| 1.49.4 | 16,054 | 10/8/2025 |
| 1.49.3 | 2,308 | 10/6/2025 |
| 1.48.2 | 30,213 | 9/3/2025 |
| 1.47.1 | 16,896 | 8/13/2025 |
| 1.46.1 | 8,533 | 7/31/2025 |
| 1.45.2 | 18,353 | 7/7/2025 |
| 1.44.2 | 11,425 | 6/24/2025 |
| 1.43.6 | 32,658 | 5/15/2025 |
Please make sure to update your Microsoft Power Platform CLI to the latest version and take advantage of all the latest capabilities by following https://aka.ms/PowerPlatformCLI.
If you are a new user please install the Power Platform CLI directly from here: https://aka.ms/PowerAppsCLI
2.5.1:
- msbuild tasks can run in net72, net5 and net6
1.15.3:
- Updated telemetry instrumentation.
1.13.6
- Update to latest SolutionPackager library:
- strip XML comments from localizable elements
- fix AssemblyQualifiedName mapping for plugins
1.12.2:
- Update to latest SolutionPackager library:
- localization support for solution aware entities
- fix handling of CanvasApp where app name and paths to composite files (.msapp, image) differ; file name reference in meta xml is now source of truth
- fix EntityRelationshipRole/AssociationRoleOrdinal search bug
1.10.4:
- Update to latest SolutionPackager 9.1.1.96 with localization support for solution aware entities
- plugin references in solution will be remapped to full strong name (type/version/pubKeyToken) of assembly
1.9.9:
- Update to latest SolutionPackager 9.1.0.79 with localization support for solution aware entities
1.7.4:
- Update to latest SolutionPackager 9.1.0.46
- Update to latest CrmSdk.XrmTooling.CoreAssembly 9.1.0.46 and CrmSdk.CoreAssemblies 9.0.2.26
1.3.5
- When populating SolutionPackager’s staging folder, filter out unwanted .cdsproj artifacts
- Update to latest SolutionPackager 9.1.0.42
1.2.6:
- new msbuild target /t:PowerAppsRefreshLoc to consolidate localization info between base language .resx and loc info in solution/customizations.xml
- base localization language en-us configurable with property: SolutionPackageDefaultLocale
- Update SolutionPackager to 9.1.0.41; see also release notes: Microsoft.CrmSdk.CoreTools/9.1.0.41
1.1.6:
- Update SolutionPackager to 9.1.0.13
1.0.6:
- Various bug fixes related to project paths that include whitespace
0.4.3:
- Update SolutionPackager to 9.1.0.8
- Bug fixes:
- Correctly prefix PCF control names in control manifest
- Release config builds set correct buildMode parameter
0.3.4:
- Update SolutionPackager to latest build 9.0.3.5
0.2.71:
- Added an optional argument `/sourceLoc` to enable localization during solution packaging
- Fix to ensure solution project references are built as expected
- Addressed an issue that occurred using solution /target: clean and rebuild
- Update SolutionPackager to latest build 9.0.3.4
0.2.59:
- Support /clean target for solution project
- Update SolutionPackager to latest build 9.0.3.3
0.1:
- Initial set of capabilities required to build a CDS Solution project.