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

Commit

Permalink
1.0.7 patch version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent dbea84e commit de71246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Microsoft.AspNetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "1.0.6",
"version": "1.0.7",
"packOptions": {
"tags": [
"aspnetcore"
]
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Routing": "1.0.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.Diagnostics": "1.0.5",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.AspNetCore.Routing": "1.0.5",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.2",
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.2",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
Expand Down

0 comments on commit de71246

Please sign in to comment.