From 70ee9a721ee7466f84bedc63f190f9620e18b24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 4 Apr 2016 16:03:39 -0700 Subject: [PATCH] Bumping dependencies version numbers --- Dapper/project.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dapper/project.json b/Dapper/project.json index 0e4c33eb7..f226c2062 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -50,15 +50,15 @@ "dependencies": { "Microsoft.CSharp": "4.0.1-*", "System.Collections": "4.0.11-*", - "System.Collections.Concurrent": "4.0.11-*", + "System.Collections.Concurrent": "4.0.12-*", "System.Collections.NonGeneric": "4.0.1-*", - "System.Data.SqlClient": "4.0.0-*", - "System.Linq": "4.0.1-*", + "System.Data.SqlClient": "4.1.0-*", + "System.Linq": "4.1.0-*", "System.Reflection.Emit.ILGeneration": "4.0.1-*", "System.Reflection.Emit.Lightweight": "4.0.1-*", "System.Reflection.TypeExtensions": "4.1.0-*", - "System.Runtime": "4.0.21-*", - "System.Text.RegularExpressions": "4.0.11-*", + "System.Runtime": "4.1.0-*", + "System.Text.RegularExpressions": "4.0.12-*", "System.Threading": "4.0.11-*", "System.Threading.ThreadPool": "4.0.10-*", "System.Xml.XDocument": "4.0.11-*",