Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit edefdf6

Browse files
committed
Updating Newtonsoft.json version to 6.0.6
1 parent 89ade80 commit edefdf6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
77
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
88
"Microsoft.Framework.Logging": "1.0.0-*",
9-
"Newtonsoft.Json": "6.0.4"
9+
"Newtonsoft.Json": "6.0.6"
1010
},
1111
"frameworks": {
1212
"aspnet50": {},

src/Microsoft.AspNet.Security.Facebook/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
99
"Microsoft.Framework.Logging": "1.0.0-*",
1010
"Microsoft.Framework.OptionsModel": "1.0.0-*",
11-
"Newtonsoft.Json": "6.0.4"
11+
"Newtonsoft.Json": "6.0.6"
1212
},
1313
"frameworks": {
1414
"aspnet50": {

src/Microsoft.AspNet.Security.Google/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
99
"Microsoft.Framework.Logging": "1.0.0-*",
1010
"Microsoft.Framework.OptionsModel": "1.0.0-*",
11-
"Newtonsoft.Json": "6.0.4",
11+
"Newtonsoft.Json": "6.0.6",
1212
},
1313
"frameworks": {
1414
"aspnet50": {

src/Microsoft.AspNet.Security.MicrosoftAccount/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
99
"Microsoft.Framework.Logging": "1.0.0-*",
1010
"Microsoft.Framework.OptionsModel": "1.0.0-*",
11-
"Newtonsoft.Json": "6.0.4"
11+
"Newtonsoft.Json": "6.0.6"
1212
},
1313
"frameworks": {
1414
"aspnet50": {

src/Microsoft.AspNet.Security.OAuth/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
77
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
88
"Microsoft.Framework.Logging": "1.0.0-*",
9-
"Newtonsoft.Json": "6.0.4"
9+
"Newtonsoft.Json": "6.0.6"
1010
},
1111
"frameworks": {
1212
"aspnet50": {

src/Microsoft.AspNet.Security.Twitter/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
88
"Microsoft.Framework.Logging": "1.0.0-*",
99
"Microsoft.Framework.OptionsModel": "1.0.0-*",
10-
"Newtonsoft.Json": "6.0.4"
10+
"Newtonsoft.Json": "6.0.6"
1111
},
1212
"frameworks": {
1313
"aspnet50": {

0 commit comments

Comments
 (0)