diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config
index 5ef47a0ae4..3668f762c8 100644
--- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config
+++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Http.config
@@ -253,7 +253,7 @@
-
+
diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config
index f9907277f7..59bbf109cf 100644
--- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config
+++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Https.config
@@ -253,7 +253,7 @@
-
+
diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config
index d2f3dee3c1..0ef1d112c8 100644
--- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config
+++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/NtlmAuthentation.config
@@ -253,7 +253,7 @@
-
+
diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json
index bc35f46aa7..2e1eb06073 100644
--- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json
+++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json
@@ -18,7 +18,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
- "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
+ "Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Logging.Debug": "1.2.0-*",
diff --git a/test/TestSites.Portable/project.json b/test/TestSites.Portable/project.json
index 61e2e26523..c0368740d1 100644
--- a/test/TestSites.Portable/project.json
+++ b/test/TestSites.Portable/project.json
@@ -12,6 +12,7 @@
]
},
"dependencies": {
+ "Microsoft.AspNetCore.AspNetCoreModule": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.2.0-*",
diff --git a/test/TestSites/project.json b/test/TestSites/project.json
index f1741a32e0..b7c69d413e 100644
--- a/test/TestSites/project.json
+++ b/test/TestSites/project.json
@@ -9,6 +9,7 @@
]
},
"dependencies": {
+ "Microsoft.AspNetCore.AspNetCoreModule": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.2.0-*",