Fix package metadata

This commit is contained in:
Eilon Lipton 2016-02-28 15:53:57 -08:00
parent 7ed26eabf7
commit f29649c749
2 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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": { }
}
}