Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

References missing from c# Class Library created in Visual Studio

I've got a class library. I had created it with VS 2013 a few years ago. It has a References section where I can right click and Add Reference.

I just created a new c# class library in VS 2019 and References does not exist. It does have a Dependencies subgroup.

This seems like a newbie question but I can't find any suggestions of how to add Assembly References and can't think of what I'm missing.

Thanks for any help.

like image 556
SpaghettiWestern Avatar asked Sep 02 '25 10:09

SpaghettiWestern


1 Answers

I just figured it out. I had created a .NET Standard Library vs. .NET Framework. I just created a new project, chose .NET Framework class library and now I see Reference.

like image 191
SpaghettiWestern Avatar answered Sep 04 '25 00:09

SpaghettiWestern