Skip to content

Commit b081146

Browse files
committed
Add dependencies
Had to remove net40
1 parent 51bf5f3 commit b081146

File tree

4 files changed

+965
-8
lines changed

4 files changed

+965
-8
lines changed

LibGit2Sharp.Tests/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
"licenseUrl": "",
88

99
"dependencies": {
10+
"LibGit2Sharp": "1.0.0-*",
11+
"Moq": "4.2.1409.1722",
12+
"xunit": "2.1.0-beta2-*",
13+
"xunit.runner.dnx": "2.1.0-beta2-*"
14+
},
15+
16+
"commands": {
17+
"test": "xunit.runner.dnx"
1018
},
1119

1220
"frameworks": {
13-
"net40": { },
1421
"dnx451": { }
1522
}
1623
}

0 commit comments

Comments
 (0)