Commit Graph

113 Commits

Author SHA1 Message Date
Nate McMaster 2f747d5055
Update MusicStore test projects to use netcoreapp3.0 (#873) 2018-10-31 09:44:27 -07:00
Pranav K 15b219f55f Update to netcoreapp2.2 2018-05-14 16:14:27 -07:00
Pranav K d971bfc8b7 Update samples and tests to target netcoreapp2.1 2017-11-17 10:41:24 -08:00
Nate McMaster b8c1180564 Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 17:24:27 -07:00
Nate McMaster 135e1c248d Use PackageLineup to manage PackageReference versions 2017-09-12 11:06:26 -07:00
Nate McMaster 4a3d9b0955 Use Directory.Build.props/targets 2017-09-12 10:58:27 -07:00
Nate McMaster f166dfebe5 Upgrade to xunit 2.3.0-beta4
Includes changes required to fix issues discovered by new analyzers added in this upgrade.
2017-08-22 17:36:41 -07:00
Chris R 283f09e80c React to ISession cancellation changes 2017-07-05 14:37:29 -07:00
Hao Kung 87883602fc React to HttpAbstractions 2017-06-29 16:32:05 -07:00
Hao Kung 67bb0bd4ba React to Auth 2017-05-25 18:24:38 -07:00
Nate McMaster 2dcfadf5c2 Update test framework versions 2017-05-12 12:26:50 -07:00
Pavel Krymets ab81d51594 netcoreapp2.0 2017-05-03 16:51:49 -07:00
Kiran Challa e2e350ec6c [Fixes #763] Investigate System.Security.Claims references required to make compilation work 2017-04-20 10:24:48 -07:00
Hao Kung 4237a93ee8 MusicStore => Auth 2.0 2017-04-19 12:00:39 -07:00
Kiran Challa c42617e057 Converted samples and test projects to run on netcoreapp2.0 2017-04-06 10:21:31 -07:00
Pranav K 51e84a623c Fix runtime failures 2017-03-22 06:56:43 -07:00
Pranav K 67f1571cfe Update to net46 2017-03-21 10:14:45 -07:00
Nate McMaster 3c45b49967 Remove unecessary files, unify dependency versions, and remove workarounds 2017-03-15 15:49:35 -07:00
Arthur Vickers 9c676187f6 Update in-memory tests to used named database. 2017-02-28 16:54:23 -08:00
Doug Bunting 6833afe715 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
2017-02-16 16:18:05 -08:00
Nate McMaster 4039126e16 Remove runtimeconfig.template.json and use repo.targets 2017-02-16 16:05:51 -08:00
Kiran Challa d9f5c82ecc Fixing build break 2017-02-16 12:54:33 -08:00
Pranav K 3478006073 React to xunit reference changes 2017-02-13 16:15:09 -08:00
Nate McMaster b099e03893 Upgrade to VS 2017 2017-02-08 17:49:02 -08:00
Pranav K af82488d60 Updating to 4.4 CoreFx packages 2016-12-21 16:47:09 -08:00
Pranav K 6b2a57b3cc Updating versions to 1.2.0-* 2016-11-09 14:18:39 -08:00
Pranav K e0aa2787ce Updating to netcoreapp1.1 2016-10-13 11:20:25 -07:00
Pranav K f5bc376653 Revert "Updating to netcoreapp1.1"
This reverts commit c707642da1.
2016-10-12 16:09:09 -07:00
Pranav K c707642da1 Updating to netcoreapp1.1 2016-10-12 13:45:52 -07:00
Kiran Challa 3bb5b725d9 Fixed case of package name Microsoft.DotNet.InternalAbstractions 2016-10-07 11:11:08 -07:00
Pranav K 2c74c50a9e Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:18:30 -07:00
Pranav K 6ccd09d6e5 Updating partner package versions 2016-10-03 14:27:11 -07:00
jci-cpined e008264316 Fixed incorrect .xproj DNX targets. 2016-07-25 13:20:05 -07:00
Doug Bunting faeb45caf0 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 12:18:03 -07:00
Pranav K 0d93f911ca Updating to RTM builds of xunit 2016-06-30 17:23:43 -07:00
Pranav K c83fbdbf12 Updating to dev versions 2016-06-16 10:18:19 -07:00
John Luo 5314a87c45 React to adding IsAvailable to ISession 2016-05-23 10:09:58 -07:00
Pranav K c81da904b2 Merge branch 'release' into dev 2016-05-02 15:11:17 -07:00
Pranav K 59d905ae3b Fix build warnings 2016-05-02 11:27:20 -07:00
John Luo 02a4db2b3b Merge branch 'release' into dev 2016-04-25 12:39:30 -07:00
John Luo c9160c21ba Convert to shared runtime and test both standalone and shared runtime 2016-04-25 11:29:17 -07:00
Pranav K b6db6d1e4f Use latest build of dotnet-test-xunit 2016-04-19 14:54:06 -07:00
Pranav K 10a1a15881 Merge branch 'release' into dev 2016-04-19 14:54:06 -07:00
Kiran Challa 6435591d1c Created a configurable memory cache 2016-04-18 15:48:14 -07:00
Andrew Peters 83685073fb Fixing test 2016-04-18 14:34:28 -07:00
Andrew Peters 81d5dc124d Fixing test 2016-04-15 13:46:14 -07:00
ryanbrandenburg 19325a6cce Add logging to 'business' events 2016-04-13 11:39:22 -07:00
Doug Bunting 20a24a2ab6 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:24:10 -07:00
Pranav K 7f4a772859 Updating to NETStandard.Library 1.5.0 2016-03-28 06:32:52 -07:00
Doug Bunting b83e142bfe Fix build break: Add `ObjectPoolProvider` to DI in integration tests 2016-03-27 13:04:17 -07:00