Skip to content

How do I install user-jwts? #61568

Discussion options

You must be logged in to vote

Ok, I have found a solution for Fedora users (including users of other Fedora-based distributions).

To acquire dotnet user-jwts, you need to also the ASP.NET Core Targeting Pack, which can be done with the following command(s).

sudo dnf install aspnetcore-targeting-pack-9.0
# Or use the other command if you are using dotNET 8.0+
sudo dnf install aspnetcore-targeting-pack-8.0

After running either command, you should be able to execute dotnet user-jwts with no errors.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@martincostello
Comment options

@FlawlessCasual17
Comment options

@martincostello
Comment options

@FlawlessCasual17
Comment options

Answer selected by FlawlessCasual17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants