Commit Graph

12 Commits

Author SHA1 Message Date
Pranav K 2587e08098 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 11:20:05 -07:00
Nate McMaster 36ee7dcfa5 Unify dependency versions to one file and remove workarounds 2017-03-15 15:20:44 -07:00
Doug Bunting 40eeba4369 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-16 22:57:14 -08:00
Ryan Brandenburg d1ee393c72 Upgrade to VS 2017 (#322) 2017-02-06 13:56:00 -08:00
Pranav K e5ab6bfeb2 Updating to 4.4 CoreFx packages 2016-12-21 16:46:58 -08:00
Kiran Challa 398d4856e3 Reacting to Routing middleware extensions api changes 2016-12-21 14:56:43 -08:00
hishamco 40e54bf77d Minor Fixes
Remove the blank line before conditional block

Remove versions from project.json in test projects

Address feedback

Address feedback

Add CommandLine configuration package to avoid breaking test

Add missing using
2016-11-12 00:04:38 +03:00
Pranav K ed9a0d28bf Updating versions to 1.2.0-* 2016-11-09 14:18:21 -08:00
Pranav K 837e5c4b1b Updating to netcoreapp1.1 2016-10-13 11:19:32 -07:00
Pranav K 9bf00ffac2 Revert "Updating to netcoreapp1.1"
This reverts commit cc4fd635a6.
2016-10-12 16:08:58 -07:00
Pranav K cc4fd635a6 Updating to netcoreapp1.1 2016-10-12 13:45:45 -07:00
Kiran Challa 861ae52de5 Added support for get culture information from request's route data information.
[Fixes #122] Get segment from mapped route for CustomRequestCultureProvider
2016-09-30 09:57:44 -07:00