Commit Graph

117 Commits

Author SHA1 Message Date
Ryan Brandenburg 5ff977625f Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:39 -07:00
Chris R df36d02311 Retarget to netstandard2.0 2017-05-22 14:57:28 -07:00
Chris Ross (ASP.NET) 31001de66a Migrate to netcoreapp2.0 2017-05-05 14:54:57 -07:00
Pranav K 53946e9856 Remove net451 as a cross-compile target 2017-03-23 15:26:48 -07:00
Kiran Challa 0586fd136f Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:13 -07:00
Chris R 60f456dc7e Retarget test app 2017-03-22 14:09:06 -07:00
Nate McMaster 066644654f Add server GC to samples 2017-03-15 14:46:30 -07:00
Nate McMaster 5c4a132d71 Unify dependency versions to one file and remove workarounds 2017-03-15 14:24:15 -07:00
John Luo aac4eebd79 Direct address configuration #297 2017-03-02 15:51:54 -08:00
Chris R bad8bc945a Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
Chris R e19dea255b Remove obsolete code 2017-01-11 12:00:19 -08:00
Chris R d7ce8d8103 #283 Update naming, merge options 2017-01-03 12:16:53 -08:00
Chris R 4c388e89ce #283 Merge packages, namespaces, test projects, and samples 2017-01-03 12:16:53 -08:00
Pranav K 42297c152b Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K bbe3c76c5a Updating versions to 1.2.0-* 2016-11-09 14:20:16 -08:00
Pranav K 3651f1f46c Updating to netcoreapp1.1 2016-10-13 11:26:30 -07:00
Pranav K 336ff5cb3d Revert "Updating to netcoreapp1.1"
This reverts commit 21fbdcc476.
2016-10-12 16:10:02 -07:00
Pranav K 21fbdcc476 Updating to netcoreapp1.1 2016-10-12 13:46:53 -07:00
Chris R 47fc36453b Update the samples and launchsettings (#264) 2016-10-05 15:32:19 -07:00
Pranav K 3fa95d1ff8 Updating partner package versions 2016-10-03 14:28:40 -07:00
Chris R e982d8258e Merge branch 'rel/1.0.0' into dev, bump version to 1.1.0-* 2016-09-15 15:55:47 -07:00
Chris R ba49651552 Increment version to 1.0.0-rc1-final 2016-09-09 15:43:04 -07:00
Pranav K bc7eb631d9 Pin to 1.0.0-rc1-final 2016-09-08 14:16:39 -07:00
Chris R b94519b821 Pin versions 2016-09-07 10:24:38 -07:00
Chris R a526454321 Raise version from 0.2.0-pre to 1.0.0-rc1 2016-09-07 09:55:21 -07:00
Chris R a787a01a73 Downgrade to 1.0 dependencies 2016-09-07 09:45:31 -07:00
Chris R e39ea62808 #160 Refactor options/settings 2016-08-18 13:47:05 -07:00
Chris R 4b36501bd8 #160 Move AllowAnonymous from the AuthenticationSchemes to its own bool 2016-08-05 16:18:30 -07:00
Chris R 44910bbd59 Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
Chris R 235ac59551 API cleaup, organization 2016-07-29 15:19:44 -07:00
Doug Bunting 5541fc28bf 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:15:19 -07:00
Pranav K 10df99de67 Updating to dev versions 2016-06-16 10:18:52 -07:00
N. Taylor Mullen b441934f65 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:07 -07:00
jacalvar eb726021df Remove unncessary usings 2016-06-09 00:56:43 -07:00
Pranav K 5bcf381604 Fix build warnings 2016-05-02 11:27:30 -07:00
BrennanConroy afd437f85f Remove reference to UseDefaultHostConfiguration 2016-04-27 18:43:11 -07:00
Pavel Krymets 169a571a37 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:00:52 -07:00
Chris R 6b0684cc4d Fix WebListenerOptionsSetup service registration 2016-04-18 13:04:05 -07:00
Chris R ff95748d7e Hosting#698 Remove IServerFactory, add UseWebListener extension 2016-04-15 16:08:54 -07:00
Pavel Krymets 75144a4350 Migrate tests, tools and samples to portable 2016-04-14 15:24:10 -07:00
John Luo faeedf1c42 Update samples 2016-03-30 15:40:45 -07:00
John Luo 7314e6568a Reacting to Hosting changes 2016-03-22 11:44:18 -07:00
Cesar Blum Silveira 86af69d2d7 Adapt samples to .NET Core. 2016-03-09 14:16:07 -08:00
Doug Bunting d593ac148d 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:39:28 -08:00
N. Taylor Mullen 5433130182 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:35:50 -08:00
N. Taylor Mullen d2ea17c6f0 Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
2016-02-05 17:22:28 -08:00
John Luo 4666564b87 Updating to new CLI 2016-02-01 19:21:41 -08:00
Chris R dfac28da89 Fix warnings, enable warningsAsErrors 2016-02-01 12:33:38 -08:00
N. Taylor Mullen 1aff2e9cda 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:27 -08:00
N. Taylor Mullen a83445441a Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:36 -08:00