From 06997363e8f2a57cb7c38e0e334201af8b2e8629 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 11 Sep 2014 10:06:49 -0700 Subject: [PATCH] Reacting to System.Text.Encoding package version change --- src/Microsoft.AspNet.Identity.Authentication/project.json | 2 +- src/Microsoft.AspNet.Identity.SqlServer/project.json | 2 +- src/Microsoft.AspNet.Identity/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNet.Identity.Authentication/project.json b/src/Microsoft.AspNet.Identity.Authentication/project.json index 0f6cf14b56..5d9fa40a86 100644 --- a/src/Microsoft.AspNet.Identity.Authentication/project.json +++ b/src/Microsoft.AspNet.Identity.Authentication/project.json @@ -23,7 +23,7 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Security.Principal": "4.0.0.0", - "System.Text.Encoding": "4.0.20.0", + "System.Text.Encoding": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0" } } diff --git a/src/Microsoft.AspNet.Identity.SqlServer/project.json b/src/Microsoft.AspNet.Identity.SqlServer/project.json index d21c0fa403..c12d7bdf5f 100644 --- a/src/Microsoft.AspNet.Identity.SqlServer/project.json +++ b/src/Microsoft.AspNet.Identity.SqlServer/project.json @@ -27,7 +27,7 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Security.Principal": "4.0.0.0", - "System.Text.Encoding": "4.0.20.0", + "System.Text.Encoding": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0" } } diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNet.Identity/project.json index 6d84a886a3..ba96e28097 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNet.Identity/project.json @@ -29,7 +29,7 @@ "System.Security.Cryptography.DeriveBytes": "4.0.0.0", "System.Security.Cryptography.Hashing": "4.0.0.0", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0", - "System.Text.Encoding": "4.0.20.0", + "System.Text.Encoding": "4.0.10.0", "System.Text.Encoding.Extensions": "4.0.10.0", "System.Threading.Tasks": "4.0.10.0" }