Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Apr 19, 2016
1 parent 6f018e9 commit e6db26b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 5 additions & 6 deletions Dapper.Tests.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"projectUrl": "https://github.com/StackExchange/dapper-dot-net",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"description": "Dapper Contrib Test Suite",
"title": "Dapper.Contrib.Tests",
"title": "Dapper.Tests.Contrib",
"version": "1.0.0",
"copyright": "2015 Stack Exchange, Inc.",
"dependencies": {
Expand Down Expand Up @@ -92,15 +92,14 @@
"define": [ "COREFX", "ASYNC", "XUNIT2" ]
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-24015",
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24015",
"type": "platform"
},
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*"
}
}
},
"runtimes": {
"win7-x64": { },
"osx.10.11-x64": {}
}
}
9 changes: 4 additions & 5 deletions Dapper.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,14 @@
"define": [ "ASYNC", "COREFX", "XUNIT2", "SQLITE" ]
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-24015",
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24015",
"type": "platform"
},
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*"
}
}
},
"runtimes": {
"win7-x64": { },
"osx.10.11-x64": {}
}
}

0 comments on commit e6db26b

Please sign in to comment.