Fixing failing tests
This commit is contained in:
parent
ce425305bb
commit
90087b0c39
|
|
@ -9,6 +9,12 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||
"Microsoft.Net.Http.Headers": "1.0.0-*"
|
||||
},
|
||||
|
||||
"content": [
|
||||
"Http.config",
|
||||
"NtlmAuthentation.config"
|
||||
],
|
||||
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ namespace ServerComparison.TestSites
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseServer ("Microsoft.AspNetCore.Server.Kestrel")
|
||||
.UseDefaultConfiguration(args)
|
||||
.UseIISPlatformHandlerUrl()
|
||||
.UseStartup("ServerComparison.TestSites")
|
||||
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
|
||||
.Build();
|
||||
|
||||
host.Run();
|
||||
|
|
|
|||
Loading…
Reference in New Issue