-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing CorsMiddleware #781
Comments
Add |
Added |
|
Thank you. It looks like NuGet is showing 5.2.3 to be the absolute latest, which was causing confusion for me. I had to come way down the list to 1.0.0-beta6. Thanks! |
Ah, yes, we will fix the version thing. See aspnet/CORS#24. |
After upgrading a project to beta6 and installing the Microsoft.AspNet.Cors.Core 1.0.0-beta6 package, there is no longer the 'UseCors' extension for using the 'CorsMiddleware' component. 'ConfigureCors' and 'AddCors' still exist, but not 'UseCors'. I assumed this was removed, but after downloading the CORS beta6 release from GitHub, those components seem to still exist.
Project is just using dnx451.
The text was updated successfully, but these errors were encountered: