Skip to content

Commit

Permalink
Getting RouteDataRequestCultureProvider from Microsoft.AspNetCore.Loc…
Browse files Browse the repository at this point in the history
…alization.Routing package
  • Loading branch information
kichalla committed Oct 4, 2016
1 parent 4e6fd82 commit de7cea4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
1 change: 1 addition & 0 deletions test/WebSites/FiltersWebSite/LocalizationPipeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc.Localization;
using Microsoft.AspNetCore.Localization.Routing;

namespace FiltersWebSite
{
Expand Down
72 changes: 0 additions & 72 deletions test/WebSites/FiltersWebSite/RouteDataRequestCultureProvider.cs

This file was deleted.

1 change: 1 addition & 0 deletions test/WebSites/FiltersWebSite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*",
"Microsoft.AspNetCore.Localization.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
Expand Down

0 comments on commit de7cea4

Please sign in to comment.