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

Commit 8307e9b

Browse files
committed
Reacting to System.Collections versioning change
1 parent ea98a50 commit 8307e9b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/CookieSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
44
"Microsoft.AspNet.Hosting": "1.0.0-*",
@@ -17,7 +17,7 @@
1717
},
1818
"k10": {
1919
"dependencies": {
20-
"System.Collections": "4.0.0.0",
20+
"System.Collections": "4.0.10.0",
2121
"System.Console": "4.0.0.0",
2222
"System.Diagnostics.Debug": "4.0.10.0",
2323
"System.Diagnostics.Tools": "4.0.0.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
@@ -16,7 +16,7 @@
1616
"net45": {},
1717
"k10": {
1818
"dependencies": {
19-
"System.Collections": "4.0.0.0",
19+
"System.Collections": "4.0.10.0",
2020
"System.ComponentModel": "4.0.0.0",
2121
"System.Console": "4.0.0.0",
2222
"System.Diagnostics.Debug": "4.0.10.0",

src/Microsoft.AspNet.Security/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
@@ -13,7 +13,7 @@
1313
"net45": {},
1414
"k10": {
1515
"dependencies": {
16-
"System.Collections": "4.0.0.0",
16+
"System.Collections": "4.0.10.0",
1717
"System.ComponentModel": "4.0.0.0",
1818
"System.Console": "4.0.0.0",
1919
"System.Diagnostics.Debug": "4.0.10.0",

0 commit comments

Comments
 (0)