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

Commit

Permalink
React to updated CoreCLR packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed May 27, 2016
1 parent bb226ae commit 5eed7b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"netstandard1.6": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"portable-net451+win8"
],
"dependencies": {
"System.Net.Http": "4.0.1-*",
"System.Net.Http": "4.1.0-*",
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
}
Expand Down

0 comments on commit 5eed7b9

Please sign in to comment.