Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion JwtAuthentication.Core/JwtAuthentication.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<PackageId>TourmalineCore.AspNetCore.JwtAuthentication.Core</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Maxim Koval, Nikita Medvedev, Aleksandr Shinkarev, Vladislav Yusupov, Oleg Klyavlin, Aleksandr Petrakov</Authors>
<Company>Tourmaline Core</Company>
<Product>JwtAuthentication</Product>
Expand Down
4 changes: 2 additions & 2 deletions JwtAuthentication.Identity/JwtAuthentication.Identity.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<PackageId>TourmalineCore.AspNetCore.JwtAuthentication.Identity</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Maxim Koval, Nikita Medvedev, Aleksandr Shinkarev, Vladislav Yusupov, Oleg Klyavlin, Aleksandr Petrakov</Authors>
<Company>Tourmaline Core</Company>
<Product>JwtAuthentication</Product>
Expand Down
Loading