Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #131 from Microsoft/kartang/UpdateReadMe
Browse files Browse the repository at this point in the history
Kartang/update read me
  • Loading branch information
kartang committed Feb 1, 2016
2 parents dfbc82d + f0e67be commit 7cb93db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Developing
- [Git](http://git-scm.com/download).
- Source Code.
```
git clone https://github.com/Microsoft/ApplicationInsights-aspnet5.git
git clone https://github.com/Microsoft/ApplicationInsights-aspnetcore.git
```

## Building
Expand Down Expand Up @@ -81,13 +81,14 @@ Add dependencies to project.json:

```
"FunctionalTestUtils": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-beta6-*",
"xunit.runner.dnx": "2.1.0-rc1-*",
"xunit": "2.1.0-rc1-*"
```

and test command:

```
"test": "xunit.runner.aspnet"
"test": "xunit.runner.dnx"
```

Add this initialization logic to Startup.cs:
Expand Down

0 comments on commit 7cb93db

Please sign in to comment.