ModernUwp.CLI.BuildTools
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ModernUwp.CLI.BuildTools --version 1.0.3
NuGet\Install-Package ModernUwp.CLI.BuildTools -Version 1.0.3
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="ModernUwp.CLI.BuildTools" Version="1.0.3"> <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="ModernUwp.CLI.BuildTools" Version="1.0.3" />
<PackageReference Include="ModernUwp.CLI.BuildTools"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 ModernUwp.CLI.BuildTools --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ModernUwp.CLI.BuildTools, 1.0.3"
#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 ModernUwp.CLI.BuildTools@1.0.3
#: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=ModernUwp.CLI.BuildTools&version=1.0.3
#tool nuget:?package=ModernUwp.CLI.BuildTools&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ModernUwp.CLI.BuildTools
NuGet build tools for building modern .NET UWP XAML applications with dotnet build and dotnet publish, without requiring Visual Studio.
Update history
1.0.2- Added support forExeprojects alongsideWinExe, including XAML compilation and PRI metadata generation.1.0.1- Updated the package tonetstandard2.1and stopped exposing its Windows SDK build dependencies transitively.1.0.0- Made the build hooks transitive and enableddotnet buildanddotnet publishsupport for release UWP XAML applications.
<PackageReference Include="ModernUwp.CLI.BuildTools"
Version="1.0.2"
PrivateAssets="all" />
Build and publish WinExe projects for win-x86, win-x64, and win-arm64:
dotnet build -c Debug -r win-x64
dotnet publish -c Release -r win-x64
dotnet run -v:minimal -r win-x64
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ModernUwp.CLI.BuildTools:
| Package | Downloads |
|---|---|
|
WinUIIslands
Build unpackaged .NET 10 desktop applications with UWP XAML, WinUI 2 controls, custom windows and NativeAOT deployment. |
GitHub repositories
This package is not used by any popular GitHub repositories.