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

Commit 3fa5f9c

Browse files
committed
Updating CoreCLR package versions
1 parent b24c793 commit 3fa5f9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/StaticFileSample/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"System.Resources.ResourceManager": "4.0.0.0",
3232
"System.Runtime": "4.0.20.0",
3333
"System.Runtime.Extensions": "4.0.10.0",
34-
"System.Runtime.InteropServices": "4.0.10.0",
35-
"System.Text.Encoding": "4.0.10.0",
36-
"System.Threading.Tasks": "4.0.0.0"
34+
"System.Runtime.InteropServices": "4.0.20.0",
35+
"System.Text.Encoding": "4.0.20.0",
36+
"System.Threading.Tasks": "4.0.10.0"
3737
}
3838
}
3939
}

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"System.Resources.ResourceManager": "4.0.0.0",
2323
"System.Runtime": "4.0.20.0",
2424
"System.Runtime.Extensions": "4.0.10.0",
25-
"System.Runtime.InteropServices": "4.0.10.0",
26-
"System.Text.Encoding": "4.0.10.0",
27-
"System.Threading.Tasks": "4.0.0.0"
25+
"System.Runtime.InteropServices": "4.0.20.0",
26+
"System.Text.Encoding": "4.0.20.0",
27+
"System.Threading.Tasks": "4.0.10.0"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)