Commit 96e07ced authored by Nick Craver's avatar Nick Craver

JSON RC2 fixes

parent 06cd0051
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
"target": "project" "target": "project"
} }
}, },
//"commands": {
// "perf": "Dapper.Tests"
//},
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"emitEntryPoint": true, "emitEntryPoint": true,
...@@ -134,7 +131,7 @@ ...@@ -134,7 +131,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24015", "version": "1.0.0-rc2-3002702",
"type": "platform" "type": "platform"
}, },
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597", "Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
......
{ {
"sdk": {
"version": "1.0.0-preview1-002702"
},
"projects": [ "projects": [
"Dapper", "Dapper.EntityFramework", "Dapper.Contrib", "Dapper.Rainbow", "Dapper.SqlBuilder", "Dapper.Tests" "Dapper",
"Dapper.EntityFramework",
"Dapper.Contrib",
"Dapper.Rainbow",
"Dapper.SqlBuilder",
"Dapper.Tests"
] ]
} }
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