aspnetcore/src
David Fowler a0de7564e2 Small tweaks to hosting
- Added some framework assemblies to stop VS from complaining
- Call AddSingleton instead of TryAddSigleton since we're always first.
- Remove the null check since these abstractions are never null now.
- Moved comments
2016-03-29 03:03:40 -07:00
..
Microsoft.AspNetCore.Hosting Small tweaks to hosting 2016-03-29 03:03:40 -07:00
Microsoft.AspNetCore.Hosting.Abstractions Pass existing LoggerFactory into WebHostBuilder 2016-03-25 15:34:30 -07:00
Microsoft.AspNetCore.Hosting.Server.Abstractions
Microsoft.AspNetCore.Hosting.WindowsServices
Microsoft.AspNetCore.Server.Testing Add Nginx Deployer 2016-03-25 14:52:10 -07:00
Microsoft.AspNetCore.TestHost