Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

RC1 regression for DNX5 #606

Closed
danielcrenna opened this issue Dec 6, 2015 · 4 comments
Closed

RC1 regression for DNX5 #606

danielcrenna opened this issue Dec 6, 2015 · 4 comments

Comments

@danielcrenna
Copy link

Hello,

Beta8 worked with moniker DNXCORE5 but under the new moniker DOTNET5_4 the RC1 bits are no longer compatible. The error is:

Severity Code Description Project File Line
Error NU1002 The dependency Microsoft.AspNet.Authentication.JwtBearer 1.0.0-rc1-final in project MyProject.Auth does not support framework .NETPlatform,Version=v5.4. middleware.auth C:\src\MyProject\project.json 26

@davidfowl
Copy link
Member

@danielcrenna What do you mean? Can you show the project? Are you referencing the newer versions of the packages and using the latest tooling?

@Tratcher
Copy link
Member

Tratcher commented Dec 6, 2015

Duplicate #590

@Tratcher Tratcher closed this as completed Dec 6, 2015
@danielcrenna
Copy link
Author

@Tratcher Respecting that this is fixed, how can we get it? The regression means JWT in RC1 is unusable. I checked the nightly feeds and didn't see this.

@Tratcher
Copy link
Member

Tratcher commented Jan 4, 2016

The RC1 packages still work if your project continues to target dnxcore50. If you want to try the RC2 packages you need Microsoft.AspNet.Authentication.JwtBearer-1.0.0-rc2-16081 or later from the nightly feed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants