Merge pull request #103 from mrts/patch-1

Use dotnet command to run binary
This commit is contained in:
Zlatko Knezevic 2016-05-21 14:20:30 -07:00
commit 414cd4e969

View file

@ -12,7 +12,7 @@ In order to run these samples, you first need to [install .NET Core](http://dotn
* Compile and run using the following commands
* `dotnet restore`
* `dotnet build`
* `./bin/Debug/[framework]/[binary name]`
* `dotnet bin/Debug/[framework]/[binary name]`
## Samples list