Commit Graph

16 Commits

Author SHA1 Message Date
David Fowler 501dd3924b
Added a method to configure the web host defaults (#298)
- Added ConfigureWebHostDefaults to configure the web specific defaults on the generic host builder.
2018-11-16 21:29:18 -08:00
Nate McMaster 6bf1cc8545
Upgrade projects and packages to target netcoreapp3.0 (aspnet/MetaPackages#299)
Changes:

* Upgrade dependencies
* Change TFM on Microsoft.AspNetCore to netcoreapp3.0
* Remove .NET Framework tests
2018-11-16 16:50:31 -08:00
Ryan Brandenburg 7fea7ab5fd Upgrade to netcoreapp22 2018-05-08 10:50:59 -07:00
Pranav K ba70eae94b Update samples and tests to target netcoreapp2.1 2017-11-16 16:55:50 -08:00
Nate McMaster b40a1a5a8c Upgrade tools and dependencies 2017-11-02 14:35:39 -07:00
Nate McMaster 421bcb490f Pin tools and package versions 2017-10-25 17:40:26 -07:00
Nate McMaster 5589365cac Use Directory.Build.props/targets (#227) 2017-08-30 12:58:16 -07:00
Ryan Brandenburg b1ddd62f45 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:55:25 -07:00
John Luo e3366c7640 Cross-compile netcoreapp2.0 and net461 2017-05-30 14:26:53 -07:00
Cesar Blum Silveira 21de306963 Bind Kestrel options to config by default (#30). 2017-04-26 16:47:51 -07:00
John Luo ab0bf52f3b Rebase fix 2017-04-26 14:38:16 -07:00
John Luo 0d66125fda WebHost static API updates
- Specify ApplicationName when wrapping RequestDelegate or RouteBuilder
- Add debug logger by default
2017-04-26 13:51:08 -07:00
John Luo 3a4a3ca291 WebHost static API updates
- Specify ApplicationName when wrapping RequestDelegate or RouteBuilder
- Add debug logger by default
2017-04-24 12:56:20 -07:00
John Luo d9661ed70d Un-revert changes for static WebHost API
Keeping the same netstandard1.3 TFM so as to not break apps targeting net46.
2017-04-21 14:06:20 -07:00
Mike Harder 10775adf5b Revert "Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:"
This reverts commit 55d50b2d41.
2017-04-20 18:47:00 -07:00
damianedwards 55d50b2d41 Adds new WebHost API for creating IWebHost & IWebHostBuilder with defaults:
- #24
2017-04-20 16:55:56 -07:00