Skip to content

Commit

Permalink
JSON RC2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed May 24, 2016
1 parent 06cd005 commit 96e07ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Dapper.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"target": "project"
}
},
//"commands": {
// "perf": "Dapper.Tests"
//},
"buildOptions": {
"warningsAsErrors": true,
"emitEntryPoint": true,
Expand Down Expand Up @@ -134,7 +131,7 @@
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24015",
"version": "1.0.0-rc2-3002702",
"type": "platform"
},
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597",
Expand Down
11 changes: 9 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{

"sdk": {
"version": "1.0.0-preview1-002702"
},
"projects": [
"Dapper", "Dapper.EntityFramework", "Dapper.Contrib", "Dapper.Rainbow", "Dapper.SqlBuilder", "Dapper.Tests"
"Dapper",
"Dapper.EntityFramework",
"Dapper.Contrib",
"Dapper.Rainbow",
"Dapper.SqlBuilder",
"Dapper.Tests"
]
}

0 comments on commit 96e07ce

Please sign in to comment.