Skip to content
This repository has been archived by the owner on Dec 14, 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 114a0ee commit 38857cc
Show file tree
Hide file tree
Showing 44 changed files with 127 additions and 127 deletions.
10 changes: 5 additions & 5 deletions samples/MvcSandbox/project.json
Expand Up @@ -5,15 +5,15 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.4",
"Microsoft.AspNetCore.Diagnostics": "1.0.5",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-preview4-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
Expand All @@ -33,7 +33,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Mvc.Abstractions/project.json
Expand Up @@ -20,7 +20,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.4",
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.5",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.1",
"type": "build"
Expand All @@ -37,7 +37,7 @@
"version": "1.0.1",
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.0.3"
"Microsoft.Net.Http.Headers": "1.0.4"
},
"frameworks": {
"net451": {},
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.AspNetCore.Mvc.Core/project.json
Expand Up @@ -20,14 +20,14 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authorization": "1.0.4",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.4",
"Microsoft.AspNetCore.Authorization": "1.0.5",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.5",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.6",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Routing": "1.0.4",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Routing": "1.0.5",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build",
"version": "1.0.4"
"version": "1.0.5"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.1",
"Microsoft.Extensions.DependencyModel": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Cors/project.json
Expand Up @@ -21,7 +21,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Cors": "1.0.3",
"Microsoft.AspNetCore.Cors": "1.0.4",
"Microsoft.AspNetCore.Mvc.Core": "1.0.6"
},
"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json
Expand Up @@ -29,7 +29,7 @@
"version": "1.0.1",
"type": "build"
},
"Microsoft.Extensions.Localization": "1.0.4"
"Microsoft.Extensions.Localization": "1.0.5"
},
"frameworks": {
"net451": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Mvc.Localization/project.json
Expand Up @@ -10,10 +10,10 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.4",
"Microsoft.AspNetCore.Localization": "1.0.5",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.6",
"Microsoft.Extensions.DependencyInjection": "1.0.2",
"Microsoft.Extensions.Localization": "1.0.4",
"Microsoft.Extensions.Localization": "1.0.5",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.1",
"type": "build"
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json
Expand Up @@ -20,8 +20,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.0.5",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.4",
"Microsoft.AspNetCore.Antiforgery": "1.0.6",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.5",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.3",
"Microsoft.AspNetCore.Mvc.Core": "1.0.6",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json
Expand Up @@ -24,7 +24,7 @@
"Microsoft.AspNetCore.Mvc.Core": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.6",
"Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.WebUtilities": "1.0.3",
"Microsoft.AspNetCore.WebUtilities": "1.0.4",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.0.1"
Expand Down
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.Core.Test/project.json
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -32,7 +32,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json
Expand Up @@ -28,8 +28,8 @@
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.WebUtilities": "1.0.3",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"Microsoft.AspNetCore.WebUtilities": "1.0.4",
"Microsoft.Extensions.Configuration.Json": "1.0.2",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
"MvcSandbox": "1.0.0",
Expand All @@ -48,7 +48,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
},
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json
Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
Expand All @@ -41,7 +41,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.6",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Mvc.Test/project.json
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestCommon": {
Expand All @@ -30,7 +30,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.3",
"Microsoft.AspNetCore.Http": "1.0.4",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.6",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
8 changes: 4 additions & 4 deletions test/WebSites/ApiExplorerWebSite/project.json
Expand Up @@ -4,12 +4,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.Mvc": "1.0.6",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.6",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.4"
"Microsoft.AspNetCore.StaticFiles": "1.0.5"
},
"frameworks": {
"net451": {},
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down

0 comments on commit 38857cc

Please sign in to comment.