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

Commit b49b46c

Browse files
committed
Reacting to System.Collections versioning change
1 parent 25efba7 commit b49b46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNet.StaticFiles/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.FileSystems": "1.0.0-*",
@@ -9,7 +9,7 @@
99
"net45": {},
1010
"k10": {
1111
"dependencies": {
12-
"System.Collections": "4.0.0.0",
12+
"System.Collections": "4.0.10.0",
1313
"System.Diagnostics.Contracts": "4.0.0.0",
1414
"System.Diagnostics.Debug": "4.0.10.0",
1515
"System.Diagnostics.Tools": "4.0.0.0",

0 commit comments

Comments
 (0)