Skip to content

Commit

Permalink
road to DNX: part II: added dnx451 target (DNX SDK running on .Net 4.…
Browse files Browse the repository at this point in the history
…5.1)
  • Loading branch information
adamsitnik committed Jan 20, 2016
1 parent f25427d commit 2fe5cfd
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 1 deletion.
11 changes: 11 additions & 0 deletions BenchmarkDotNet.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"title": "BenchmarkDotNet.Tests",
"commands": {
"test": "xunit.runner.dnx"
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
Expand All @@ -10,6 +13,14 @@
"System.Runtime": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0"
}
},
"dnx451": {
"frameworkAssemblies": {
"System.Runtime": "4.0.10.0"
},
"dependencies": {
"xunit.runner.dnx": "2.1.0-beta6-build191"
}
}
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2fe5cfd

Please sign in to comment.