Refrences folder not showing up in VS2022 Solution Explorer (Windows Form Application C#)

Kashyap Nandan 141 Reputation points
2022-05-27T11:07:48.43+00:00

Hello. i want to report a problem/question where the "Refrences" dropdown in the solution explorer.

Please help me fix this.
206223-screenshot-2022-05-27-163551.png

Don't mind the sln name. I was just making an application that injects things into a game called "ROBLOX"

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,237 questions
0 comments No comments
{count} votes

Accepted answer
  1. Karen Payne MVP 35,036 Reputation points
    2022-05-27T11:24:34.15+00:00

    .NET Core projects do not have Reference folder as in .NET Framework projects.

    All references/packages can be seen by double clicking on the project node in Solution Explorer or right clicking on the project name in Solution Explorer and select NuGet packages. Or simply expand the Dependency node.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful