A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1147 below:

NETSDK1147: Missing workload for specified target framework - .NET CLI

NETSDK1147: Missing workload for specified target framework

In this article

This error is caused by trying to compile a project that requires an optional workload, but you don't have the workload installed. The full error message is similar to the following example:

NETSDK1147: To build this project, the following workloads must be installed: <workload ID>

To install these workloads, run the following command: dotnet workload install <workload ID>

For example, if your project targets net6.0-android, you might have to run the dotnet workload install command and specify workload ID android:

dotnet workload install android

For more information, see dotnet workload install.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4