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

Updated JWT, AspNetCore to version to 9.0.0, DI to 2.0.0 #391

Merged
merged 3 commits into from
Apr 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update JWT.Extensions.DependencyInjection.csproj
abatishchev authored Apr 27, 2022
commit 31676b51dce79109e68467239d784b5d666db7da
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<Authors>Alexander Batishchev</Authors>
<PackageTags>jwt;json;asp.net;asp.net core;.net core;authorization;dependenсy injection</PackageTags>
<PackageLicense>MIT</PackageLicense>
<Version>2.0.0-beta1</Version>
<Version>2.0.0</Version>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<RootNamespace>JWT</RootNamespace>
@@ -37,4 +37,4 @@
<ProjectReference Include="..\JWT\JWT.csproj" />
</ItemGroup>

</Project>
</Project>