Commit Graph

19 Commits

Author SHA1 Message Date
Pranav K 812d2853ad Update samples and tests to target netcoreapp2.1 2017-11-14 15:58:00 -08:00
Nate McMaster 115271d1cc Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:19:25 -07:00
Nate McMaster 7234a384f4 Use PackageLineup to manage PackageReference versions 2017-08-29 11:58:35 -07:00
Nate McMaster cc603bc48d Use Directory.Build.props/targets 2017-08-29 11:54:00 -07:00
Doug Bunting 9b017ad138 Target .NET Standard 2.0 and add .NET Framework 4.6.1 testing 2017-05-24 10:37:45 -07:00
Nate McMaster f061be8209 Upgrade test framework versions 2017-05-15 14:00:13 -07:00
Pranav K 870cc9ddea Change TFM to netcorepp2.0 2017-05-04 22:14:33 -07:00
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