diff --git a/Dapper.DNX.Tests/project.json b/Dapper.DNX.Tests/project.json index a9165663b..3f395adec 100644 --- a/Dapper.DNX.Tests/project.json +++ b/Dapper.DNX.Tests/project.json @@ -47,13 +47,13 @@ "define": [ "ASYNC", "COREFX" ] }, "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23509", - "System.Collections": "4.0.11-beta-23516", - "System.Console": "4.0.0-beta-23516", - "System.Data.SqlClient": "4.0.0-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Threading": "4.0.11-beta-23516", + "Microsoft.CSharp": "4.0.1-*", + "System.Runtime": "4.0.21-*", + "System.Collections": "4.0.11-*", + "System.Console": "4.0.0-*", + "System.Data.SqlClient": "4.0.0-*", + "System.Linq": "4.0.1-*", + "System.Threading": "4.0.11-*", "xunit": "2.1.0" } }, diff --git a/Dapper.StrongName/project.json b/Dapper.StrongName/project.json index 00b56287c..f2542a172 100644 --- a/Dapper.StrongName/project.json +++ b/Dapper.StrongName/project.json @@ -38,18 +38,18 @@ "define": [ "ASYNC", "COREFX" ] }, "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.Data.SqlClient": "4.0.0-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection.Emit.ILGeneration": "4.0.1-beta-23516", - "System.Reflection.Emit.Lightweight": "4.0.1-beta-23516", - "System.Reflection.TypeExtensions": "4.1.0-beta-23516", - "System.Text.RegularExpressions": "4.0.11-beta-23516", - "System.Threading": "4.0.11-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516" + "Microsoft.CSharp": "4.0.1-*", + "System.Runtime": "4.0.21-*", + "System.Collections": "4.0.11-*", + "System.Collections.Concurrent": "4.0.11-*", + "System.Data.SqlClient": "4.0.0-*", + "System.Linq": "4.0.1-*", + "System.Reflection.Emit.ILGeneration": "4.0.1-*", + "System.Reflection.Emit.Lightweight": "4.0.1-*", + "System.Reflection.TypeExtensions": "4.1.0-*", + "System.Text.RegularExpressions": "4.0.11-*", + "System.Threading": "4.0.11-*", + "System.Threading.ThreadPool": "4.0.10-*" } } } diff --git a/Dapper/project.json b/Dapper/project.json index abf68be18..b18a317d8 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -36,18 +36,18 @@ "define": [ "ASYNC", "COREFX" ] }, "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23516", - "System.Runtime": "4.0.21-beta-23516", - "System.Collections": "4.0.11-beta-23516", - "System.Collections.Concurrent": "4.0.11-beta-23516", - "System.Data.SqlClient": "4.0.0-beta-23516", - "System.Linq": "4.0.1-beta-23516", - "System.Reflection.Emit.ILGeneration": "4.0.1-beta-23516", - "System.Reflection.Emit.Lightweight": "4.0.1-beta-23516", - "System.Reflection.TypeExtensions": "4.1.0-beta-23516", - "System.Text.RegularExpressions": "4.0.11-beta-23516", - "System.Threading": "4.0.11-beta-23516", - "System.Threading.ThreadPool": "4.0.10-beta-23516" + "Microsoft.CSharp": "4.0.1-*", + "System.Runtime": "4.0.21-*", + "System.Collections": "4.0.11-*", + "System.Collections.Concurrent": "4.0.11-*", + "System.Data.SqlClient": "4.0.0-*", + "System.Linq": "4.0.1-*", + "System.Reflection.Emit.ILGeneration": "4.0.1-*", + "System.Reflection.Emit.Lightweight": "4.0.1-*", + "System.Reflection.TypeExtensions": "4.1.0-*", + "System.Text.RegularExpressions": "4.0.11-*", + "System.Threading": "4.0.11-*", + "System.Threading.ThreadPool": "4.0.10-*" } } }