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
John Luo
d25dbd572c
Target NETStandard2.0
2017-05-24 11:10:13 -07:00
Pavel Krymets
67322fe8ab
Remove unnecessary package references ( #177 )
2017-05-10 11:48:33 -07:00
Andrew Stanton-Nurse
319f95db5e
netcoreapp20 ( #173 )
2017-05-04 19:26:46 -07:00
Andrew Stanton-Nurse
e25a2eced8
port dotnet/corefx#17444 to WebSockets ( #162 )
2017-04-13 09:55:45 -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
cb150de808
port dotnet/corefx#17049 ( #151 )
2017-03-14 12:04:59 -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
Ajay Bhargav Baaskaran
34f419f446
Added tags to project.json
2016-11-05 00:09:47 -07:00
Andrew Stanton-Nurse
5858c0a64a
fix #85 by making HandshakeHelpers internal and tidying doc comments
...
we don't need to share it with anything in the current implementation
2016-11-03 10:27:15 -07:00
Andrew Stanton-Nurse
f58a373704
fix #106 by removing ReplaceFeature
2016-11-02 15:58:17 -07: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
35cae5da7d
Updating partner package versions
2016-10-03 14:28:45 -07:00
Martin Andreas Ullrich
b8471455a7
Fix NuGet project description ASP.NET 5 > Core ( #120 )
...
changed leftover "ASP.NET 5" in project.json description to "ASP.NET Core"
2016-10-03 09:56:14 -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
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
45f0fe178f
import WebSockets code from CoreFX ( #105 )
...
* import WebSockets code from CoreFX
* sync pr feedback from dotnet/corefx#10510
2016-08-03 11:07:01 -07:00
Doug Bunting
80437e878a
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:16:10 -07:00
Pranav K
38ba07487a
Updating to dev versions
2016-06-16 10:18:54 -07:00
Pranav K
263d764215
Fix assembly metadata to fix package verifier warnings
2016-06-02 10:57:04 -07:00
John Luo
3a1c463e02
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:19:13 -07:00
Pranav K
f20a8acb61
Revert "React to updated CoreCLR packages"
...
This reverts commit 5ddbe38630 .
2016-05-18 09:42:58 -07:00
John Luo
5ddbe38630
React to updated CoreCLR packages
...
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:45:03 -07:00
Pranav K
95b6a0a999
Fix build warnings
2016-05-02 11:27:30 -07:00
Pranav K
e06a0f0898
Removing imports from src projects
2016-04-08 06:49:22 -07:00
Pranav K
40091fcb22
Fixing build break
2016-04-06 19:18:10 -07:00
Pranav K
8f5a75b26b
Fix versions
2016-04-06 18:18:57 -07:00
Doug Bunting
0f9e4eba02
React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
...
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-20 18:06:55 -07:00
Ajay Bhargav Baaskaran
8474003b14
Removed duplicate attributes
2016-03-03 22:45:10 -08:00
Ajay Bhargav Baaskaran
a561fecb91
Added Company, Copyright and Product attributes to AssemblyInfo
2016-03-03 17:33:30 -08:00
Doug Bunting
51997b2bfc
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:40:10 -08:00
N. Taylor Mullen
1e06560676
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:16 -08:00
Ajay Bhargav Baaskaran
33d07b8f7c
Enabled xml doc generation
2016-02-19 12:29:48 -08:00
N. Taylor Mullen
2abc6a2343
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:49 -08:00
Pranav K
99fbeb6ac3
Reacting to CoreCLR package version changes
2016-02-08 09:33:51 -08:00
N. Taylor Mullen
cdf1d1f6c6
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:23:13 -08:00
N. Taylor Mullen
9beb46dff1
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:42 -08:00
N. Taylor Mullen
e28aa5f568
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:49 -08:00
N. Taylor Mullen
5227607c58
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:46 -08:00
Pranav K
91ee0f323b
Reacting to CoreCLR package version change
2016-01-20 21:03:04 -08:00
John Luo
cd813844a0
Updating to new options pattern
2016-01-07 16:37:39 -08:00
John Luo
8872037812
Adding back middleware initialization with options instance
2015-12-23 15:43:52 -08:00
John Luo
fe41412eeb
Stardardizing option initialization using lambdas
2015-12-21 16:44:01 -08:00
N. Taylor Mullen
37e4a80160
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:24:19 -08:00
Cesar Blum Silveira
7770e5f4db
Strong name everything.
2015-11-03 12:05:40 -08:00