Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1181713

Browse files
update packages
1 parent d914f4e commit 1181713

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>2.3.0</VersionPrefix>
4+
<VersionPrefix>2.4.0</VersionPrefix>
55
<!--<VersionSuffix>preview3</VersionSuffix>-->
66
<Authors>Dominick Baier;Brock Allen</Authors>
77
<TargetFrameworks>net452;netstandard1.4;netstandard2.0</TargetFrameworks>
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="IdentityModel" Version="2.14.0" />
23-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.1.4" />
22+
<PackageReference Include="IdentityModel" Version="2.16.0" />
23+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.1.5" />
2424
</ItemGroup>
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.4' ">

test/IdentityModel.OidcClient.Tests/IdentityModel.OidcClient.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" />
14-
<PackageReference Include="xunit" Version="2.3.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
13+
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
14+
<PackageReference Include="xunit" Version="2.3.1" />
1515
<PackageReference Include="FluentAssertions" Version="4.19.4" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)