Commit e6db26b8 authored by Nick Craver's avatar Nick Craver
parent 6f018e9c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"projectUrl": "https://github.com/StackExchange/dapper-dot-net", "projectUrl": "https://github.com/StackExchange/dapper-dot-net",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"description": "Dapper Contrib Test Suite", "description": "Dapper Contrib Test Suite",
"title": "Dapper.Contrib.Tests", "title": "Dapper.Tests.Contrib",
"version": "1.0.0", "version": "1.0.0",
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
...@@ -92,15 +92,14 @@ ...@@ -92,15 +92,14 @@
"define": [ "COREFX", "ASYNC", "XUNIT2" ] "define": [ "COREFX", "ASYNC", "XUNIT2" ]
}, },
"dependencies": { "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", "Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0", "xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*" "dotnet-test-xunit": "1.0.0-rc2-*"
} }
} }
},
"runtimes": {
"win7-x64": { },
"osx.10.11-x64": {}
} }
} }
\ No newline at end of file
...@@ -125,15 +125,14 @@ ...@@ -125,15 +125,14 @@
"define": [ "ASYNC", "COREFX", "XUNIT2", "SQLITE" ] "define": [ "ASYNC", "COREFX", "XUNIT2", "SQLITE" ]
}, },
"dependencies": { "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", "Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
"xunit": "2.1.0", "xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*" "dotnet-test-xunit": "1.0.0-rc2-*"
} }
} }
},
"runtimes": {
"win7-x64": { },
"osx.10.11-x64": {}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment