-
-
Notifications
You must be signed in to change notification settings - Fork 158
ASP.Net Core v2 Support and Versioning #161
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
Comments
Hi Jared, I tried using it in a 2.0 project but keep getting 404s. Thanks |
Are you asking about AspNetCore 2.0 or the 2.0 runtime? You should be able to use it on any runtime (including .Net Core 2.0) that implements netstandard1.6. This issue is about the AspNetCore versions referenced by the library. If you're referring to the runtime, can you post your csproj, Program.cs, Startup.cs, and a controller (a full repository would be best, but whatever you can manage)? If you're referring to the Microsoft.AspNetCore.* packages, please know this is a high priority issue and we hope to have this resolved soon. |
Oh sorry for not mentioning that. I was referring to AspNetCore. I'll stay tuned for any updates then. Thanks. |
One of the major issues here pertains to how this library as a whole is going to approach versioning with the AspNetCore packages. The current version (v2.1.4) targets
Microsoft.AspNetCore.*
1.1.2+.Support Checklist
Update
Below is the planned version scheme:
The text was updated successfully, but these errors were encountered: