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

Fix IdentityModel.Tokens dependencies #2221

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Fix IdentityModel.Tokens dependencies #2221

merged 1 commit into from
Aug 11, 2023

Conversation

eerhardt
Copy link
Contributor

IdentityModel.Tokens is still depending on System.Text.* packages in net6.0, but these are unnecessary.

The reason is a type-o in the .csproj - we need a ..

IdentityModel.Tokens is still depending on System.Text.* packages in net6.0, but these are unnecessary.

The reason is a type-o in the .csproj - we need a `.`.
@jennyf19 jennyf19 merged commit 9f734da into dev7 Aug 11, 2023
@eerhardt eerhardt deleted the RemoveDependencies branch August 11, 2023 03:20
Copy link
Collaborator

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. Not the first time this happened, unfortunately.

brentschmaltz pushed a commit that referenced this pull request Sep 6, 2023
IdentityModel.Tokens is still depending on System.Text.* packages in net6.0, but these are unnecessary.

The reason is a type-o in the .csproj - we need a `.`.
brentschmaltz pushed a commit that referenced this pull request Sep 7, 2023
IdentityModel.Tokens is still depending on System.Text.* packages in net6.0, but these are unnecessary.

The reason is a type-o in the .csproj - we need a `.`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants