-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Konstantin Dyachenko edited this page Sep 25, 2016
·
18 revisions
Welcome to the LinksPlatform wiki!
All available pages are at right side of this page.
To build this project under linux you'll need a .NET Core. It is available at https://www.microsoft.com/net/core. Installation instructions are there as well.
After you install it, do
dotnet restore
at the project's Platform
directory.
When all dependencies are restored, cd to Platform\Platform.Tests
and run
dotnet test
there.