Skip to content

Commit 42feea7

Browse files
committed
Build and test instructions
1 parent 6320c26 commit 42feea7

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
Netmockery is a simple system for simulating network services.
22

3-
The [documentation](netmockery/documentation.md) is a work in progress.
3+
The [end user documentation](netmockery/documentation.md) is a work in progress.
4+
5+
6+
BUILDING AND TESTING
7+
====================
8+
9+
.NET Core:
10+
11+
```
12+
cd UnitTests
13+
dotnet restore -r netcoreapp1.1
14+
dotnet test -f netcoreapp1.1
15+
```
16+
17+
.NET Framework 4.6.2:
18+
19+
```
20+
cd UnitTests
21+
dotnet restore -r net462
22+
dotnet test -f netcoreapp1.1
23+
```

0 commit comments

Comments
 (0)