NETSDK1079: The Microsoft.AspNetCore.All package is not supported when targeting .NET Core 3.0 or higher.
This article applies to: ✔️ .NET Core SDK 3.1.100 and later versions
You may receive this error message when:
- You retarget an ASP.NET Core project from .NET Core 2.2 or earlier to .NET Core 3.0 or later.
- The project uses the Microsoft.AspNetCore.All package.
Remove the PackageReference
for Microsoft.AspNetCore.All. You may also need to add package references for packages that were referenced from Microsoft.AspNetCore.All but are not included in the ASP.NET Core shared framework. These packages are listed here: Migrating from Microsoft.AspNetCore.All to Microsoft.AspNetCore.App.
See also
Сарађујте са нама на GitHub-у
Извор овог садржаја можете пронаћи на платформи GitHub, где можете и да креирате и прегледате проблеме и захтеве за повлачењем. Више информација потражите у нашем водичу за сараднике.