Skip to content

Commit

Permalink
Upgrade to Jwt Client 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JZO001 committed Oct 22, 2022
1 parent ab9c4bf commit e6345ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.1" />
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.2" />
<PackageReference Include="Forge.Security.Jwt.Client.Storage.Browser" Version="1.2.0" />
<PackageReference Include="Forge.Security.Jwt.Shared" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.10" />
Expand Down
2 changes: 1 addition & 1 deletion Forge.Yoda.Apps.MAUI/Forge.Yoda.Apps.MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.1" />
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.2" />
<PackageReference Include="Forge.Security.Jwt.Client.Storage.Browser" Version="1.2.0" />
<PackageReference Include="Forge.Security.Jwt.Shared" Version="1.5.0" />
<ProjectReference Include="..\Forge.Yoda.Shared.Models\Forge.Yoda.Shared.Models.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Forge.Yoda.Apps.WPF/Forge.Yoda.Apps.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.1" />
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.2" />
<PackageReference Include="Forge.Security.Jwt.Client.Storage.Browser" Version="1.2.0" />
<PackageReference Include="Forge.Security.Jwt.Shared" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.541" />
Expand Down
2 changes: 1 addition & 1 deletion Forge.Yoda.Apps.WinForms/Forge.Yoda.Apps.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.1" />
<PackageReference Include="Forge.Security.Jwt.Client" Version="1.2.2" />
<PackageReference Include="Forge.Security.Jwt.Client.Storage.Browser" Version="1.2.0" />
<PackageReference Include="Forge.Security.Jwt.Shared" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="6.0.541" />
Expand Down

0 comments on commit e6345ce

Please sign in to comment.