Skip to content

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

Closed
3 tasks done
jaredcnance opened this issue Sep 20, 2017 · 3 comments
Closed
3 tasks done

ASP.Net Core v2 Support and Versioning #161

jaredcnance opened this issue Sep 20, 2017 · 3 comments
Milestone

Comments

@jaredcnance
Copy link
Contributor

jaredcnance commented Sep 20, 2017

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

  • .props file
  • Update examples
  • Update tests

Update

Below is the planned version scheme:

JADNC Version AspNetCore Version Operations Support
2.1.10 (current) 1.1.* -
2.1.? 1.1.*
2.2.0-beta 2.0.* -
2.2.0 2.0.*
3.0.* 3.0.*
3.1.* 3.1.*
@thomasirmer
Copy link

thomasirmer commented Dec 4, 2017

Hi Jared,
I'm just digging into JsonApiDotNetCore. Does this issue mean, that it is not yet available for .NET core 2.0?

I tried using it in a 2.0 project but keep getting 404s.

Thanks

@jaredcnance
Copy link
Contributor Author

jaredcnance commented Dec 4, 2017

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.

@thomasirmer
Copy link

Oh sorry for not mentioning that. I was referring to AspNetCore. I'll stay tuned for any updates then.

Thanks.

jaredcnance added a commit that referenced this issue Dec 5, 2017
@jaredcnance jaredcnance added this to the v2.2.0 milestone Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants