Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Fix instructions to netcoreapp2.0 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic authored and twsouthwick committed Apr 30, 2018
1 parent 7a62d9e commit a2cfdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Download and build for yourself:

1. Install [.NET Core SDK](https://www.microsoft.com/net/core)
2. Execute: `build.sh`
3. Go to: `bin/Debug/ApiPort/netcoreapp1.0`
3. Go to: `bin/Debug/ApiPort/netcoreapp2.0`
4. Run ApiPort by executing: `dotnet ApiPort.dll`
* Example: `dotnet ApiPort.dll listTargets`
* Example: `dotnet ApiPort.dll analyze -f Foo.dll -r HTML`
Expand Down

0 comments on commit a2cfdca

Please sign in to comment.