Commit 010eae66 authored by Nick Craver's avatar Nick Craver

DNX: Upgrade to stable packages (where they exist)

This also brings the failing test count down to 1: only
TestCustomParameters fails.
parent bbc3ab51
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Dapper": "1.41-*" "Dapper": "1.43-*"
}, },
"commands": { "commands": {
"Dapper.DNX.Tests": "Dapper.DNX.Tests" "Dapper.DNX.Tests": "Dapper.DNX.Tests"
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
"net45": { "net45": {
"compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true }, "compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true },
"dependencies": { "dependencies": {
"System.Threading.Thread": "4.0.0-beta-22816"
}, },
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Data": "4.0.0.0", "System.Data": "4.0.0.0",
...@@ -39,13 +38,13 @@ ...@@ -39,13 +38,13 @@
"compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true }, "compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true },
"dependencies": { "dependencies": {
"System.Console": "4.0.0-beta-*", "System.Console": "4.0.0-beta-*",
"System.Reflection": "4.0.10-beta-*", "System.Reflection": "4.0.10",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.0",
"System.Data.Common": "4.0.0-beta-*", "System.Data.Common": "4.0.0",
"System.Data.SqlClient": "4.0.0-beta-*", "System.Data.SqlClient": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*", "System.Threading": "4.0.10",
"System.Threading.Thread": "4.0.0-beta-*", "System.Threading.Thread": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*" "System.Reflection.TypeExtensions": "4.0.0"
} }
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "A high performance Micro-ORM", "summary": "A high performance Micro-ORM",
"description": "A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..", "description": "A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.41-beta5", "version": "1.43-beta1",
"compile": [ "../Dapper NET40/*.cs", "../Dapper NET45/*.cs" ], "compile": [ "../Dapper NET40/*.cs", "../Dapper NET45/*.cs" ],
"title": "Dapper dot net", "title": "Dapper dot net",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
...@@ -38,21 +38,21 @@ ...@@ -38,21 +38,21 @@
"dnxcore50": { "dnxcore50": {
"compilationOptions": { "define": [ "ASYNC"], "warningsAsErrors": true }, "compilationOptions": { "define": [ "ASYNC"], "warningsAsErrors": true },
"dependencies": { "dependencies": {
"System.Text.RegularExpressions": "4.0.10-beta-*", "System.Text.RegularExpressions": "4.0.10",
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.10",
"System.Collections.Concurrent": "4.0.10-beta-*", "System.Collections.Concurrent": "4.0.10",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.0",
"System.Threading": "4.0.10-beta-*", "System.Threading": "4.0.10",
"Microsoft.CSharp": "4.0.0-beta-*", "Microsoft.CSharp": "4.0.0",
"System.Reflection": "4.0.10-beta-*", "System.Reflection": "4.0.10",
"System.Reflection.Emit": "4.0.0-beta-*", "System.Reflection.Emit": "4.0.0",
"System.Reflection.Emit.ILGeneration": "4.0.0-beta-*", "System.Reflection.Emit.ILGeneration": "4.0.0",
"System.Reflection.Emit.Lightweight": "4.0.0-beta-*", "System.Reflection.Emit.Lightweight": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0-beta-*", "System.Reflection.TypeExtensions": "4.0.0",
"System.Data.Common": "4.0.0-beta-*", "System.Data.Common": "4.0.0",
"System.Runtime.Extensions": "4.0.10-beta-*", "System.Runtime.Extensions": "4.0.10",
"System.Text.Encoding.CodePages": "4.0.0-beta-*", "System.Text.Encoding.CodePages": "4.0.0",
"System.Globalization": "4.0.10-beta-*" "System.Globalization": "4.0.10"
} }
} }
} }
......
This diff is collapsed.
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