-
Notifications
You must be signed in to change notification settings - Fork 18
Description
hi,
I am trying to test the echo-server sample and web-client sample on the same computer which is a Mac and I see that the csproj files have a .net dependency which is to be replaced with .net core. I don't know what to do with .net standard dependency and am curious if you have versions of the above mentioned projects for the Mac OS. Also, when I tried to build the echo-server project in VS Community on Mac it gave me the following errors
/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/Samples/EchoServer/CSC: Error CS0006: Metadata file '/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/vtortola.WebSockets.Rfc6455/bin/Debug/netstandard1.3/vtortola.WebSockets.Rfc6455.dll' could not be found (CS0006) (EchoServer)
/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/Samples/EchoServer/CSC: Error CS0006: Metadata file '/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/vtortola.WebSockets/bin/Debug/netstandard1.3/vtortola.WebSockets.dll' could not be found (CS0006) (EchoServer)
/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/Samples/EchoServer/CSC: Error CS0006: Metadata file '/Users/sameerraina/deniszykov.WebSocketListener.4.2.4/WebSocketListener-master/vtortola.WebSockets.Deflate/bin/Debug/netstandard1.3/vtortola.WebSockets.Deflate.dll' could not be found (CS0006) (EchoServer)
Could you guide me as to how to solve these problems.
Also, ultimately I have to deploy the server on a linux machine. will the csproj values be different there as well?
Thanks a lot!