aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Use UseServer() instead of UseKestrel() to allow override in tests #637

Closed JunTaoLuo closed 8 years ago

JunTaoLuo commented 8 years ago

This is needed to fix the build. Explanation is in the comments.

Review: @mikeharder @Tratcher Approval: @Eilon @DamianEdwards

Tratcher commented 8 years ago

:shipit: