diff --git a/src/CORS/Directory.Build.targets b/src/CORS/Directory.Build.targets
index 78626b773e..7a09b207eb 100644
--- a/src/CORS/Directory.Build.targets
+++ b/src/CORS/Directory.Build.targets
@@ -1,10 +1,5 @@
- $(MicrosoftNETCoreApp20PackageVersion)
- $(MicrosoftNETCoreApp21PackageVersion)
- $(MicrosoftNETCoreApp22PackageVersion)
- $(NETStandardLibrary20PackageVersion)
-
- 99.9
+ $(MicrosoftNETCoreAppPackageVersion)
diff --git a/src/CORS/README.md b/src/CORS/README.md
index 795d311da9..e27272608e 100644
--- a/src/CORS/README.md
+++ b/src/CORS/README.md
@@ -1,9 +1,8 @@
-CORS
-===
-AppVeyor: [](https://ci.appveyor.com/project/aspnetci/CORS/branch/dev)
+CORS [Archived]
+===============
-Travis: [](https://travis-ci.org/aspnet/CORS)
+**This GitHub project has been archived.** Ongoing development on this project can be found in .
CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC.
-This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
+This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.
diff --git a/src/CORS/build/dependencies.props b/src/CORS/build/dependencies.props
index b9fda4f60d..852459d65d 100644
--- a/src/CORS/build/dependencies.props
+++ b/src/CORS/build/dependencies.props
@@ -3,29 +3,26 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.2.0-preview2-20181004.6
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 0.6.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.2.0-preview3-35413
- 2.0.9
- 2.1.3
- 2.2.0-preview3-27001-02
+ 3.0.0-build-20181116.1
+ 3.0.0-alpha1-10742
+ 3.0.0-alpha1-10742
+ 0.7.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-preview-181113-11
+ 3.0.0-preview1-26907-05
15.6.1
- 4.7.49
- 2.0.3
+ 4.10.0
0.10.0
2.3.1
2.4.0
-
+
diff --git a/src/CORS/build/repo.props b/src/CORS/build/repo.props
index f1fe24dd27..4402da1d0d 100644
--- a/src/CORS/build/repo.props
+++ b/src/CORS/build/repo.props
@@ -4,13 +4,10 @@
Internal.AspNetCore.Universe.Lineup
- 2.2.0-*
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json
-
-
-
+
diff --git a/src/CORS/samples/SampleDestination/SampleDestination.csproj b/src/CORS/samples/SampleDestination/SampleDestination.csproj
index e357385cc4..5094c37c80 100644
--- a/src/CORS/samples/SampleDestination/SampleDestination.csproj
+++ b/src/CORS/samples/SampleDestination/SampleDestination.csproj
@@ -1,7 +1,7 @@
- netcoreapp2.2;net461
+ netcoreapp3.0
diff --git a/src/CORS/samples/SampleOrigin/SampleOrigin.csproj b/src/CORS/samples/SampleOrigin/SampleOrigin.csproj
index 441b40505f..f6debf7624 100644
--- a/src/CORS/samples/SampleOrigin/SampleOrigin.csproj
+++ b/src/CORS/samples/SampleOrigin/SampleOrigin.csproj
@@ -1,7 +1,7 @@
- netcoreapp2.2;net461
+ netcoreapp3.0
diff --git a/src/CORS/src/Microsoft.AspNetCore.Cors/Infrastructure/CorsMiddleware.cs b/src/CORS/src/Microsoft.AspNetCore.Cors/Infrastructure/CorsMiddleware.cs
index f71c198de7..0fcd4b947b 100644
--- a/src/CORS/src/Microsoft.AspNetCore.Cors/Infrastructure/CorsMiddleware.cs
+++ b/src/CORS/src/Microsoft.AspNetCore.Cors/Infrastructure/CorsMiddleware.cs
@@ -17,7 +17,6 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
{
private readonly Func