Skip to content
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

[aspnet5] update to asp.net core 1.0 #3306

Merged
merged 2 commits into from
Jul 7, 2016

Conversation

jimschubert
Copy link
Contributor

This migrates the server generator for aspnet5 from 1.0.0-rc1-final to 1.0.0.

Changes are fairly significant in how Kestrel hosts the application, as well as how Swagger finds XML comments for documentation. Changes are only related to hosting, docker, and configuration.

This should fix #2914 and will probably break #3160.

NOTE: aspnet5 deprecation discussion is accounted for in #3085.

This migrates the server generator for aspnet5 from 1.0.0-rc1-final to
1.0.0.

Changes are fairly significant in how Kestrel hosts the application, as
well as how Swagger finds XML comments for documentation. Changes are
only related to hosting, docker, and configuration.
@jimschubert
Copy link
Contributor Author

To test, if you haven't installed 1.0.0 yet, you'll need to first remove 1.0.0-rc1. The two can't coexist and doesn't cleanly update.

@wing328
Copy link
Contributor

wing328 commented Jul 7, 2016

@jimschubert thanks for the upgrade note. PR merged.

@wing328 wing328 merged commit b997dd1 into swagger-api:master Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment