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

Commit

Permalink
Update partner packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Feb 15, 2017
1 parent 644aa95 commit 6fcec79
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.2",
"System.Xml.XmlSerializer": "4.0.11"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Localization/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.2",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.3",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Localization": "1.0.2",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.1",
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 @@ -44,7 +44,7 @@
],
"dependencies": {
"System.Net.Http": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.2",
"System.Xml.XmlSerializer": "4.0.11"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.3",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.3",
"Microsoft.Extensions.Caching.Memory": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.1",
"type": "build"
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.Core.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
"Microsoft.Extensions.Logging": "1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2"
},
"testRunner": "xunit",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2"
},
"testRunner": "xunit",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Mvc.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.3",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Logging": "1.0.2",
"xunit": "2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.3",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"xunit": "2.1.0"
},
"testRunner": "xunit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Microsoft.AspNetCore.Http.Extensions": "1.0.2",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Configuration": "1.0.2",
"Microsoft.Extensions.DependencyInjection": "1.0.1"
"Microsoft.Extensions.DependencyInjection": "1.0.2"
},
"frameworks": {
"net451": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.2",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3",
"Microsoft.AspNetCore.StaticFiles": "1.0.2",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.1"
"Microsoft.Extensions.DiagnosticAdapter": "1.0.2"
},
"frameworks": {
"net451": {},
Expand Down

0 comments on commit 6fcec79

Please sign in to comment.