diff --git a/Directory.Build.targets b/Directory.Build.targets
index 78626b7..7a09b20 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,10 +1,5 @@
- $(MicrosoftNETCoreApp20PackageVersion)
- $(MicrosoftNETCoreApp21PackageVersion)
- $(MicrosoftNETCoreApp22PackageVersion)
- $(NETStandardLibrary20PackageVersion)
-
- 99.9
+ $(MicrosoftNETCoreAppPackageVersion)
diff --git a/build/dependencies.props b/build/dependencies.props
index ecdb7f3..04df341 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -3,27 +3,24 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 3.0.0-alpha1-20181004.7
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 3.0.0-alpha1-10584
- 2.0.9
- 2.1.3
- 2.2.0-preview2-26905-02
- 3.0.0-alpha1-10584
+ 3.0.0-build-20181114.5
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview-181113-11
+ 3.0.0-preview1-26907-05
+ 3.0.0-alpha1-10742
15.6.1
- 2.0.3
1.4.0
4.0.0
2.3.1
diff --git a/build/repo.props b/build/repo.props
index 6988407..164db65 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -1,9 +1,6 @@
-
-
-
Internal.AspNetCore.Universe.Lineup
@@ -11,7 +8,7 @@
-
-
+
+
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 591cfd5..7361354 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:3.0.0-alpha1-20181004.7
-commithash:27fabdaf2b1d4753c3d2749581694ca65d78f7f2
+version:3.0.0-build-20181114.5
+commithash:880e9a204d4ee4a18dfd83c9fb05a192a28bca60
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
deleted file mode 100644
index a010019..0000000
--- a/test/Directory.Build.props
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
- netcoreapp2.2
- $(DeveloperBuildTestTfms)
- $(StandardTestTfms);net461
-
-
diff --git a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs
index d19607e..a23952e 100644
--- a/test/ServerComparison.FunctionalTests/HelloWorldTest.cs
+++ b/test/ServerComparison.FunctionalTests/HelloWorldTest.cs
@@ -21,7 +21,7 @@ public HelloWorldTests(ITestOutputHelper output) : base(output)
public static TestMatrix TestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllApplicationTypes()
.WithAllAncmVersions()
.WithAllHostingModels()
diff --git a/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs b/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs
index 7d47162..d64e16a 100644
--- a/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs
+++ b/test/ServerComparison.FunctionalTests/NtlmAuthenticationTest.cs
@@ -22,7 +22,7 @@ public NtlmAuthenticationTests(ITestOutputHelper output) : base(output)
public static TestMatrix TestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
diff --git a/test/ServerComparison.FunctionalTests/ResponseCompressionTests.cs b/test/ServerComparison.FunctionalTests/ResponseCompressionTests.cs
index 8c57f03..e654d13 100644
--- a/test/ServerComparison.FunctionalTests/ResponseCompressionTests.cs
+++ b/test/ServerComparison.FunctionalTests/ResponseCompressionTests.cs
@@ -33,7 +33,7 @@ public ResponseCompressionTests(ITestOutputHelper output) : base(output)
public static TestMatrix NoCompressionTestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
@@ -46,7 +46,7 @@ public Task ResponseCompression_NoCompression(TestVariant variant)
public static TestMatrix HostCompressionTestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Nginx)
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
@@ -59,7 +59,7 @@ public Task ResponseCompression_HostCompression(TestVariant variant)
public static TestMatrix AppCompressionTestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) // No pass-through compression for nginx
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
@@ -72,7 +72,7 @@ public Task ResponseCompression_AppCompression(TestVariant variant)
public static TestMatrix HostAndAppCompressionTestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22, Tfm.Net461)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
diff --git a/test/ServerComparison.FunctionalTests/ResponseTests.cs b/test/ServerComparison.FunctionalTests/ResponseTests.cs
index f19065d..33aeb65 100644
--- a/test/ServerComparison.FunctionalTests/ResponseTests.cs
+++ b/test/ServerComparison.FunctionalTests/ResponseTests.cs
@@ -26,7 +26,7 @@ public ResponseTests(ITestOutputHelper output) : base(output)
public static TestMatrix TestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.Nginx, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22)
+ .WithTfms(Tfm.NetCoreApp30)
.WithAllAncmVersions()
.WithAllHostingModels();
@@ -53,7 +53,7 @@ public Task ResponseFormats_ManuallyChunk(TestVariant variant)
public static TestMatrix SelfhostTestVariants
=> TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
- .WithTfms(Tfm.NetCoreApp22);
+ .WithTfms(Tfm.NetCoreApp30);
// Connection Close tests do not work through reverse proxies
[ConditionalTheory]
diff --git a/test/ServerComparison.FunctionalTests/ServerComparison.FunctionalTests.csproj b/test/ServerComparison.FunctionalTests/ServerComparison.FunctionalTests.csproj
index 54b15b9..804152d 100644
--- a/test/ServerComparison.FunctionalTests/ServerComparison.FunctionalTests.csproj
+++ b/test/ServerComparison.FunctionalTests/ServerComparison.FunctionalTests.csproj
@@ -1,8 +1,7 @@
-
- netcoreapp2.2
+ netcoreapp3.0
diff --git a/test/ServerComparison.TestSites/ServerComparison.TestSites.csproj b/test/ServerComparison.TestSites/ServerComparison.TestSites.csproj
index c58b620..1e9df50 100644
--- a/test/ServerComparison.TestSites/ServerComparison.TestSites.csproj
+++ b/test/ServerComparison.TestSites/ServerComparison.TestSites.csproj
@@ -1,7 +1,7 @@
- $(StandardTestTfms)
+ netcoreapp3.0
win7-x86;win7-x64;linux-x64;osx-x64