Trying to make a class class Library and getting some odd error about .net core... what gives?

App Dev 86 Reputation points
2022-06-22T19:13:43.763+00:00

Hi All.

The title tells the table.

I try to all the dll to a project and get the error shown in the picture.
Am I selecting something Wrong? I don't want a core dll.
I just want a regular class lib

I did not pick anything that stated core. I do notice that one thing shows core.
But how can that be???

Thanks

213959-image.png

I picked the follow targets show in the pictures

214013-image.png

213890-image.png

214003-image.png

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,253 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,235 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. Viorel 112.1K Reputation points
    2022-06-22T19:17:50.907+00:00

    Try selecting Windows Desktop from the tree, and find another kind of Class Library projects.

    1 person found this answer helpful.