i have a asp.net core project. Secondly i added class library project. How do i call the class library project

SathyanarayananAV 1 Reputation point
2022-09-13T10:28:52.967+00:00

I have a MVC asp.net Core project. I want to call the class library project.

i had named asp.net core project as Fleet. The class library project name is SBLT2.

Any inputs will be highly appreciated.

Warm Regards,
Sathya

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,162 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tiny Wang-MSFT 1,571 Reputation points Microsoft Vendor
    2022-09-14T02:03:46.037+00:00

    Hi @SathyanarayananAV , I recommend you referring to this document and have a try.

    In Visual Studio, you may right click on your Dependencies folder of your project Fleet and click Add Project Reference, then you can call the class library project.

    240773-image.png

    0 comments No comments