Commit Graph

47 Commits

Author SHA1 Message Date
Ryan Brandenburg 1c0918c1f1 Upgrade to netcoreapp22 2018-05-08 11:14:57 -07:00
Pranav K 759148da4c Update samples and tests to target netcoreapp2.1 2017-11-14 09:54:42 -08:00
Nate McMaster 76af959e99 Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
Nate McMaster 347d1abfce Use PackageLineup to manage PackageReference versions 2017-08-30 17:20:14 -07:00
Nate McMaster 793a49fe11 Upgrade xunit to 2.3.0-beta4 and use Directory.Build.props/targets 2017-08-22 10:54:50 -07:00
Ryan Brandenburg ec56c0c963 Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:21 -07:00
Nate McMaster 13e01db0d2 Fix minor bugs in samples and their NS.Library.NETFramework reference 2017-06-16 11:24:45 -07:00
Kiran Challa 02a05cccac Fixed sample projects to refernce NETStandard.Library.NETFramework conditionally 2017-06-15 04:50:47 -07:00
John Luo 8b506cf36c Cross-compile Response Compression
- GZipStream is not flushable on .NET Framework
2017-05-22 10:31:55 -07:00
Ajay Bhargav Baaskaran 565b94e3af Target .NET Standard 2.0 2017-05-19 17:08:21 -07:00
Pavel Krymets 733e24f9bc netcoreapp2.0 (#228) 2017-05-05 12:01:15 -07:00
Pranav K a641231f66 Remove net451 as a cross-compile target 2017-03-23 11:27:45 -07:00
Kiran Challa 7e9b92072e Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:35 -07:00
Nate McMaster 0e4442284d Unify dependency versions to one file and remove workarounds 2017-03-15 12:43:29 -07:00
Nate McMaster f1c0a1a441
Downgrade to stable packages 2017-02-14 16:15:30 -08:00
Nate McMaster 24a95f6c5d Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
Pranav K 5c61ae5f02 Updating to 4.4 CoreFx packages 2016-12-21 16:15:59 -08:00
Pranav K e35814ac58 Fix versioning 2016-11-09 14:25:04 -08:00
Pranav K 445dcd9f1a Updating versions to 1.2.0-* 2016-11-09 14:12:31 -08:00
Pranav K 88b78e7233 Updating to netcoreapp1.1 2016-10-13 11:11:48 -07:00
Pranav K 887bd70fd3 Revert "Updating to netcoreapp1.1"
This reverts commit 151bb91997.
2016-10-12 16:07:55 -07:00
Pranav K 151bb91997 Updating to netcoreapp1.1 2016-10-12 13:44:49 -07:00
Pranav K 7be02fa146 Updating partner package versions 2016-10-03 20:12:14 -07:00
Doug Bunting bc8785395c 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-06 21:44:53 -07:00
Pranav K 6e7c004a50 Updating to dev versions 2016-06-16 10:17:31 -07:00
N. Taylor Mullen e250efeab6 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:30:16 -07:00
jacalvar 3e8990530c Remove unncessary imports 2016-06-08 12:49:34 -07:00
Pranav K 367eec812c Fix schema change build warnings 2016-05-18 21:32:57 -07:00
Pranav K 52869b03ec Fix build warnings 2016-05-02 11:27:05 -07:00
BrennanConroy d7e509ebec Remove reference to UseDefaultHostConfiguration 2016-04-27 18:45:43 -07:00
Pavel Krymets 8cbd76f166 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:10:01 -07:00
Pavel Krymets c4f5cfaac3 Migrate tests, tools and samples to portable 2016-04-15 12:07:47 -07:00
John Luo 2614ffb01d Reacting to Kestrel extensions 2016-03-30 16:22:43 -07:00
John Luo 6b338232fd Reacting to Hosting changes 2016-03-22 12:00:46 -07:00
Chris R 3ffe4b5924 Remove IIS references to avoid circular dependency. 2016-03-18 12:16:13 -07:00
Doug Bunting be0905bf4e 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 15:30:51 -08:00
N. Taylor Mullen 7c60ec6fa5 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:38:47 -08:00
Hisham Bin Ateya b8bc1e2d46 Add 'UseServer' 2016-02-04 14:34:01 +03:00
John Luo 6f5e764e87 Updating to new CLI 2016-02-02 17:38:22 -08:00
Chris R 44f03ef83f Restrict x-forwarded-for evalutation. Credit: pmhsfelix.
Use x-forwarded-for validation to restrict other forwarders.

Rename OverrideHeaderMiddleware to ForwardedHeadersMiddleware.

Fix tests

Fix package version.
2016-01-26 10:59:13 -08:00
N. Taylor Mullen ab34d08bc1 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:45 -08:00
N. Taylor Mullen 3c6f68acb9 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:01 -08:00
John Luo 6a3ae53108 Reacting to hosting rename 2016-01-17 17:05:04 -08:00
Chris R 529a81dc6b React to Hosting API changes. 2016-01-12 15:22:02 -08:00
John Luo d1a0edb87e Updating to new options pattern 2016-01-07 13:45:40 -08:00
John Luo 92fff3ccf3 Reacting to new Hosting API 2015-12-18 15:44:29 -08:00
Chris R 5e3c7cbbf0 #2 add options, #19 fix IP parser, update extensions. 2015-12-15 15:28:14 -08:00