Skip to content

Commit

Permalink
Merge pull request #417 from IdentityModel/joe/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
brockallen authored Mar 14, 2024
2 parents 9b48585 + 17c502a commit ba54f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/DPoP/DPoP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>IdentityModel.OidcClient.DPoP</RootNamespace>
<AssemblyName>IdentityModel.OidcClient.DPoP</AssemblyName>

<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>

Expand Down Expand Up @@ -43,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="7.0.0-preview.3" />
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
<PackageReference Include="minver" Version="4.3.0" PrivateAssets="All" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.3.1" />

Expand Down
7 changes: 2 additions & 5 deletions src/OidcClient/OidcClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel" Version="7.0.0-preview.3" />
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
<PackageReference Include="minver" Version="4.3.0" PrivateAssets="All" />

<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
Expand All @@ -51,10 +51,7 @@

<!--Conditional Package references -->
<ItemGroup Condition="'$(TargetFramework)' != 'net6.0'">
<PackageReference Include="System.Text.Json" Version="6.0.8" />

<!--Force older version to prevent incompatible references -->
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit ba54f97

Please # to comment.