Commit Graph

49 Commits

Author SHA1 Message Date
Nate McMaster 555f5c68ee Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:47:47 -07:00
Nate McMaster 1e0fe87c20 Use PackageLineup to manage PackageReference versions 2017-08-29 09:21:41 -07:00
Nate McMaster a4432e694c Use Directory.Build.props/targets 2017-08-29 09:20:34 -07:00
Nate McMaster 5d2b1000f1 Upgrade to xunit 2.3.0-beta4
Includes a few changes as required by the new analyzers in the upgrade.
2017-08-22 18:22:17 -07:00
Nate McMaster 8f3d04870f Target .NET Standard 2.0 2017-05-22 15:19:02 -07:00
Nate McMaster 68e7f5727e Update test framework versions 2017-05-12 12:41:31 -07:00
Pranav K e38dc4be38 Change TFM to netcoreapp2.0 2017-05-05 09:58:30 -07:00
Jass Bagga 033c8adc3a Add RangeHelper
See https://github.com/aspnet/mvc/issues/3702
2017-04-07 14:16:05 -07:00
Pranav K 4d5f726e67 Update to net46 2017-03-22 18:16:42 -07:00
Nate McMaster baa5cb4912 Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:55:48 -07:00
Ajay Bhargav Baaskaran 461b08b6f7 Using NullLogger types from Logging.Abstractions (#178) 2017-03-14 12:19:20 -07:00
Nate McMaster 2797101f64 Downgrade to stable packages 2017-02-15 12:28:59 -08:00
Doug Bunting acb83826da 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-14 16:38:26 -08:00
Nate McMaster 88abfa4599 Upgrade to RC.3 2017-01-20 14:13:48 -08:00
BrennanConroy 30deafdb54 Change Xunit versions 2017-01-17 16:56:03 -08:00
Nate McMaster 5fe655f1b8 Upgrade to VS2017 2017-01-09 12:09:16 -08:00
Pranav K 0651cca94a Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K 03932d6527 Updating versions to 1.2.0-* 2016-11-09 14:20:07 -08:00
Pranav K 1b5ae76197 Updating to netcoreapp1.1 2016-10-13 11:26:07 -07:00
Pranav K a73f8cd0ba Revert "Updating to netcoreapp1.1"
This reverts commit 559e8d6027.
2016-10-12 16:09:57 -07:00
Pranav K 559e8d6027 Updating to netcoreapp1.1 2016-10-12 13:46:49 -07:00
Pranav K c71cc6b8d2 Updating partner package versions 2016-09-28 11:52:49 -07:00
Chris R bbf1478821 #150 Handle OperationCancelledExceptions to prevent log noise 2016-09-08 14:50:17 -07:00
Pavel Krymets 482987bd23 Add tests for If-Unmodified-Since header 2016-07-13 10:12:46 -07:00
Doug Bunting 353219d763 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 14:12:40 -07:00
Ajay Bhargav Baaskaran 400b85e593 Updating to RTM builds of xunit and Moq 2016-07-05 21:52:20 -07:00
Pavel Krymets c310c27ab8 Make encoders registration optional (#140) 2016-06-29 11:07:37 -07:00
Pranav K e28e1df605 Updating to dev versions 2016-06-16 10:18:47 -07:00
N. Taylor Mullen 7897b52765 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:42 -07:00
BrennanConroy d692066b2b Replace PlatformAbstractions with RuntimeInformation 2016-05-31 13:01:04 -07:00
Pavel Krymets 59262122a8 Use UtcTime to fix tests 2016-05-19 14:57:19 -07:00
Pavel Krymets 3a0d8c43ca Add more unit tests 2016-05-19 10:19:50 -07:00
Pranav K 0070560be1 Fixing build 2016-05-02 16:42:20 -07:00
Pranav K 8c56b1fdb7 Fix build warnings 2016-05-02 11:27:28 -07:00
Pranav K ac03fe7b59 Use latest build of dotnet-test-xunit 2016-04-19 14:54:13 -07:00
Pavel Krymets 176b6a5910 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:03:38 -07:00
Pavel Krymets e720824bfd Migrate tests, tools and samples to portable 2016-04-14 16:40:10 -07:00
Doug Bunting 74d2c13933 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:11:52 -07:00
= d42eb56fee Fix content root for non-windows xunit tests with no app domains 2016-03-25 12:39:15 -07:00
David Fowler 2477982854 Fixed packages 2016-03-25 03:00:48 -07:00
John Luo a8933e5016 Reacting to Hosting ConfigureServices update 2016-03-11 14:51:31 -08:00
Hao Kung 2f7e31ab5b Remove GetService calls in Static Files 2016-03-04 15:17:49 -08:00
Doug Bunting 3311704ff1 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:32:56 -08:00
N. Taylor Mullen f3c7b33595 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:37:10 -08:00
John Luo 26e7bcfb18 Updating test TFMs for custom test discovery 2016-02-19 10:57:57 -08:00
Kiran Challa 50d160d805 Enable tests to run using dotnet xunit runner 2016-02-09 22:33:08 -08:00
John Luo da091104b7 Updating to new CLI 2016-02-02 10:17:24 -08:00
N. Taylor Mullen b877e1a1f6 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:43 -08:00
N. Taylor Mullen 7167969e5a Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:41 -08:00