NETSDK1182: Targeting .NET 6.0 or higher in Visual Studio 2019 is not supported
NETSDK1182 indicates that you're trying to open a .NET 6+ project in Visual Studio 2019. Or you might be trying to build from the command line using MSBuild from Visual Studio 2019. The full error message is similar to the following example:
Targeting .NET 6.0 or higher in Visual Studio 2019 is not supported.
To resolve this error switch to Visual Studio 2022, or change your project to target .NET 5 or earlier.
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.