Commit Graph

22 Commits

Author SHA1 Message Date
Nate McMaster 82ba6b51ef Use PackageLineup to manage PackageReference versions 2017-08-29 12:08:10 -07:00
Nate McMaster 59290efa6a Use Directory.Build.props/targets 2017-08-29 12:06:04 -07:00
Ryan Brandenburg 69ef854add Remove NETStandard.Library.NETFramework 2017-07-07 10:29:00 -07:00
Mike Harder 42f43e6cdf Upgrade TargetFramework in TestServer from 4.5 to 4.6.1 (#190)
* Addresses https://github.com/aspnet/WebSockets/issues/185
2017-06-27 15:49:27 -07:00
John Luo d25dbd572c Target NETStandard2.0 2017-05-24 11:10:13 -07:00
Pranav K 52911cd3f1 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-21 16:41:15 -07:00
Nate McMaster 4abe714f2b Consolidate dependency versions into one file and remove workarounds 2017-03-15 19:29:21 -07:00
Andrew Stanton-Nurse 92b37f85c2 disable AutobahnTestAppHttpListener from build 2017-03-13 15:41:08 -07:00
John Luo 0e1dd78771 Upgrade to VS 2017 2017-02-02 13:55:14 -08:00
Pranav K 4b9276bac2 Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K 7f6410bc55 Updating versions to 1.2.0-* 2016-11-09 14:20:20 -08:00
Andrew Stanton-Nurse eb94340ea9 pin publish-iis version 2016-11-07 10:09:53 -08:00
Andrew Stanton-Nurse 303f9ea2de update version to prepare for 1.1 release (#125)
* update version to prepare for 1.1 release

* update projects that reference WebSockets
2016-10-29 12:45:38 -07:00
Pranav K 49300ac5f7 Updating to netcoreapp1.1 2016-10-13 11:26:43 -07:00
Pranav K cf75df802d Revert "Updating to netcoreapp1.1"
This reverts commit 09802d1ded.
2016-10-12 16:10:08 -07:00
Pranav K 09802d1ded Updating to netcoreapp1.1 2016-10-12 13:46:55 -07:00
Pranav K 35cae5da7d Updating partner package versions 2016-10-03 14:28:45 -07:00
Andrew Stanton-Nurse b996ee39a4 port dotnet/corefx#11348 (#114)
also adds some tests and extra features to the EchoApp test sample
2016-09-02 14:02:06 -07:00
Andrew Stanton-Nurse c51aec5292 port dotnet/corefx#10792 (#111)
* port dotnet/corefx#10792
* add EchoApp sample
2016-08-19 15:22:20 -07:00
Pranav K 396ff561a1 Remove TestClient 2016-08-04 16:02:28 -07:00
Andrew Stanton-Nurse 33e3e5b186 remove our WebSocket client
we'll use the one from dotnet/corefx now instead

fixes #108
2016-08-04 10:30:13 -07:00
Andrew Stanton-Nurse 91e94b1353 automate the autobahn test suite (#101)
However, we only run that automation if the Autobahn test suite runner
(wstest) is installed. After this is in and we can verify it on the CI
we'll look at making it mandatory for building the repo.

Also includes test applications and scripts for running Autobahn suites
against arbitrary ASP.NET 4.6, ASP.NET Core and HttpListener
applications.
2016-07-15 11:54:24 -07:00