An App From Scratch Class Library project

I'm trying to create the Chat Server but It's not working, I think the problem is in the creation of Class Library (from what I saw in other developers doubts).

I'am creating a class library .Net Standard called ChatServer in deploy folder, after, I create both classes (ChatServer and ChatPeer) in the project, import the dependences and compile. I need to do anything more?

Thanks.

Comments