Commit Graph

30 Commits

Author SHA1 Message Date
Nate McMaster ef7a3514cd Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Andrew Stanton-Nurse 11f23f7ce2 disable npm optional dependencies (#447)
'microtime' doesn't build properly on our CI agents
2017-05-11 10:37:35 -07:00
Pavel Krymets 67ecd4746e Remove unnecessary package references (#446) 2017-05-10 15:14:26 -07:00
Andrew Stanton-Nurse 991c1d8517 Implement new Hub Protocol (Part Deux) (#390)
* convert to new protocol
* removed InvocationDescriptorRegistry because we're not yet sure about custom protocols
* update SocialWeather sample
* Moving ts client to using new protocol
* make the functional tests a little easier to run on ctrl-f5
2017-05-09 12:24:58 -07:00
Mike Harder 6cf6feed64 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-08 13:07:13 -07:00
Mike Harder a33e0cef24 Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#442)
- Addresses package downgrade warnings (https://github.com/aspnet/SignalR/issues/428)
2017-05-08 13:05:08 -07:00
Pavel Krymets ee2e9b0ca4 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:27:43 -07:00
Pavel Krymets e9241215e4 Update InternalAspNetCoreSdkVersion 2017-05-05 10:27:33 -07:00
Pranav K 831386093f Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:48 -07:00
Pranav K 87fcdc4b0e Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:18 -07:00
Pranav K 2e3f29b7fe Branching for 2.0.0-preview1 2017-04-25 22:05:44 -07:00
Pranav K 9e13f0fdb0 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:48:54 -07:00
Kiran Challa fd7707e7d2 Upgraded IntegrationTesting package to 0.4.0 2017-04-14 16:38:21 -07:00
Pranav K 6be9cfed91 Updating versions to 2.0.0-preview1 2017-04-04 06:57:42 -07:00
Pranav K f87e0234e2 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:37 -07:00
Kiran Challa b2bd3e0841 Upgraded Json.NET version to 10.0.1 2017-03-28 11:39:09 -07:00
BrennanConroy 6130003193 Convert to netcoreapp2.0 (#338)
* Converted samples and test projects to run on netcoreapp2.0
2017-03-25 09:37:39 -07:00
Andrew Stanton-Nurse 28bf0b445b add some very simple, fairly stupid, benchmarks (#322) 2017-03-23 09:18:49 -07:00
David Fowler 6a0641f716 Try latest corefx packages (#319)
* Revert "Downgrade packages to fix build"
2017-03-18 23:24:48 -07:00
David Fowler 01a10c3505 Downgrade corefxlab 2017-03-18 00:57:56 -07:00
Nate McMaster c89ba8c1ec Consolidate dependency versions to one file 2017-03-15 19:34:12 -07:00
moozzyk 96aac19044 Creating TypeScript Client npm module during build 2017-03-14 15:26:53 -07:00
moozzyk 7bae4e994a Running TS client Node tests as part of build
Bonus: make sure build does not try to restore npm modules twice
2017-03-10 09:05:23 -08:00
Pawel Kadluczka a00ec445ef Moving TS client to a dedicated subfolder (#274) 2017-03-09 09:42:59 -08:00
Pawel Kadluczka 0162c19ccf MSBuildifying gulpified node (#237)
- Creating an MSBuild project for the TS client
- Adding project references to the TS client project from projects that need the client - (ensures the correct targets dependency graph and prevents building the client multiple times and related races)
- Removing gulp tasks from individual projects (allows containing npm only in the TS client source and node tests)
- Using incremental compilation to build the TS client only when inputs change (prevents building the client multiple times or when not needed at all)
- Removing `npm install` from all the projects (takes up to 10 seconds even if there is nothing to restore) - npm packages will still be installed when running full build (if needed) or need to be installed manually
2017-03-01 15:13:22 -08:00
Nate McMaster af5e7da478 Remove workarounds and unify dependency versions 2017-02-23 17:09:07 -08:00
Nate McMaster 7e8f92b418 Remove makefile.shade and add npm install to repo.targets
Also, add (commented-out) conditional cross compiling for tests on xplat
2017-02-17 10:07:09 -08:00
Nate McMaster ef99d7c233
React to aspnet/Korebuild#160 2017-02-16 10:10:08 -08:00
Nate McMaster f684fcb574 Downgrade to stable packages 2017-02-15 14:23:11 -08:00
Nate McMaster 7281bf90c0 Upgrade to VS 2017 (#176) 2017-02-02 12:54:23 -08:00