Use class from different project in my tests project [Answered]
Hello, I am trying to create tests for my XKCD.Net API Library but for some reason it does not seem to want to import or use any of the classes? The comics.cs class is public and the Tests project is part of the same solution I believe.