diff --git a/README.md b/README.md index 5ed1513680..795d311da9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/yi0m8evjtg107 Travis: [![Travis](https://travis-ci.org/aspnet/CORS.svg?branch=dev)](https://travis-ci.org/aspnet/CORS) CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC. -This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 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 [Home](https://github.com/aspnet/home) repo. diff --git a/src/Microsoft.AspNetCore.Cors/project.json b/src/Microsoft.AspNetCore.Cors/project.json index c25d5452dc..b3060e9135 100644 --- a/src/Microsoft.AspNetCore.Cors/project.json +++ b/src/Microsoft.AspNetCore.Cors/project.json @@ -4,6 +4,9 @@ "type": "git", "url": "https://github.com/aspnet/cors" }, + "description": "CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Cors.DisableCorsAttribute\r\nMicrosoft.AspNetCore.Cors.EnableCorsAttribute", + "tags": [ "aspnetcore", "cors" ], + "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", @@ -17,7 +20,7 @@ "Microsoft.Extensions.Options": "1.0.0-*" }, "frameworks": { - "net451": {}, - "dotnet5.4": {} + "net451": { }, + "dotnet5.4": { } } } \ No newline at end of file