Commit Graph

59 Commits

Author SHA1 Message Date
Nate McMaster d3ae3abe2a Use PackageLineup to manage PackageReference versions 2017-09-01 16:34:32 -07:00
Nate McMaster 9c0dc52d67 Use Directory.Build.props/targets 2017-08-29 10:17:20 -07:00
Nate McMaster 629dd34977 Upgrade to xunit 2.3.0-beta4 (#754)
Removes unused theory parameters
2017-08-23 10:02:15 -07:00
Pawel Kadluczka 29f9c54b86 Updating xUnit version 2017-08-10 19:00:31 -07:00
Mikael Mengistu 32ef3eb355 Hub<T> (#689) 2017-08-08 17:39:09 -07:00
John Luo 47d14e5d45 Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:09:31 -07:00
Nate McMaster 7b0be52c54 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:35:10 -07:00
Pranav K 0503025f6f Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:15:07 -07:00
Ryan Brandenburg 5098112874 Set AspNetCoreVersion 2017-07-24 17:59:11 -07:00
Mike Harder c29698fb3c Fix typo (#664) 2017-07-13 15:18:40 -07:00
Mike Harder 2df19040c5 Update StackExchange.Redis to latest (#662) 2017-07-13 15:07:46 -07:00
Ryan Brandenburg f3002cdc37 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:06:44 -07:00
Nate McMaster 3c0fb48fab React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:31 -07:00
Pranav K 9b9495cd5f Update Moq to 4.7.49 2017-06-29 10:31:32 -07:00
Ryan Brandenburg 39097b1075 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:19:08 -07:00
David Fowler ef0a46fcc4 Revert "Pin Roslyn compiler version (#597)"
This reverts commit cf7d2b4c40.
2017-06-27 22:43:13 -07:00
BrennanConroy cf7d2b4c40 Pin Roslyn compiler version (#597) 2017-06-27 22:22:46 -07:00
Pawel Kadluczka 3504337918 Adding MsgPack HubProtocol 2017-06-27 17:35:00 -07:00
David Fowler 41f54d001b Remove dependencies on a bunch of corefxlab things (#576)
* Remove dependencies on a bunch of corefxlab things
- Used Stream instead of IOutput
- Removed pipelines dependency in most places.
2017-06-22 09:23:52 -07:00
Kiran Challa ec02907af1 Fixed version of netstandard.library and removed stale package 2017-06-15 07:24:30 -07:00
Kiran Challa 2697afd80f Merge branch 'rel/2.0.0-preview2' into dev-gate 2017-06-15 04:04:38 -07:00
Kiran Challa 4812d205ea Add NETStandardImplicitPackageVersion to dependencies.props 2017-06-14 17:29:45 -07:00
Pawel Kadluczka a14a0ab039 Adding structured negotiate 2017-06-06 15:53:21 -07:00
Nate McMaster fd7abb31e8 Lift M.ANC.Sockets.Common to .NET Standard 2.0 2017-06-06 15:28:27 -07:00
BrennanConroy 2936c88d54 Remove unnecessary build step and reference (#504) 2017-06-01 15:21:21 -07:00
Pranav K d9e2f45d7f Branching for rel/2.0.0-preview2 2017-05-31 19:37:28 -07:00
Andrew Stanton-Nurse 263dd0e4fe Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
Kiran Challa 39fd6974f7 Updated to use the latest shared runtime 2017-05-29 04:42:13 -07:00
Mikael Mengistu b862d35b10 Update Targets (#486) 2017-05-26 20:00:12 -04:00
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