Commit 3d114884 authored by Marc Gravell's avatar Marc Gravell

Merge branch 'henkmollema-net451'

parents a46d3395 d7c92e21
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
"compile": [ "compile": [
"../Dapper/**/*.cs" "../Dapper/**/*.cs"
], ],
"compileExclude": [
"../Dapper/obj/"
],
"compilationOptions": { "compilationOptions": {
"keyFile": "../Dapper.snk", "keyFile": "../Dapper.snk",
"warningsAsErrors": true "warningsAsErrors": true
...@@ -33,7 +36,7 @@ ...@@ -33,7 +36,7 @@
"System.Data": "4.0.0.0" "System.Data": "4.0.0.0"
} }
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Data": "4.0.0.0", "System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0" "System.Xml": "4.0.0.0"
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
"System.Linq": "4.0.1-*", "System.Linq": "4.0.1-*",
"System.Runtime": "4.0.21-*", "System.Runtime": "4.0.21-*",
"System.Threading": "4.0.11-*", "System.Threading": "4.0.11-*",
"xunit": "2.1.0" "xunit": "2.2.0-beta1-build3239"
} }
}, },
"dnx451": { "dnx451": {
...@@ -117,8 +117,8 @@ ...@@ -117,8 +117,8 @@
"define": [ "COREFX", "ASYNC", "DNX" ] "define": [ "COREFX", "ASYNC", "DNX" ]
}, },
"dependencies": { "dependencies": {
"xunit": "2.1.0", "xunit": "2.2.0-beta1-build3239",
"xunit.runner.dnx": "2.1.0-*" "xunit.runner.dnx": "2.1.0-rc1-build204"
} }
} }
} }
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"System.Xml": "4.0.0.0" "System.Xml": "4.0.0.0"
} }
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Data": "4.0.0.0", "System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0" "System.Xml": "4.0.0.0"
......
{ {
"sdk": { "sdk": {
"version": "1.0.0-rc1-final" "version": "1.0.0-rc1-update1"
}, },
"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