I am building a new project in ASP.NET 5.
In my solution I have added a new Class Library (Package)
project.
I right click on this project and choose for Manage Nuget packages to install PetaPoco.Core
.
When I install everything seems fine except that the PetaPoco.cs
file is not in my project.
In my references I se the PetaPoco version 5.1.171 installed.
Is this something different then a normal class library and do I need to use something else in order to use the installed PetaPoco class or is it a problem during the installation?
I have removed and reinstalled this but still the same.
Someone that can help me out?
/Michael