Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Nov 5, 2024
1 parent 2305254 commit e475edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Modules/Authentication/GenHTTP.Modules.Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@

<ProjectReference Include="..\..\API\GenHTTP.Api.csproj"/>

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.2"/>
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.0" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>

<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.2"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<PackageReference Include="Microsoft.OpenApi" Version="1.6.22" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />

<PackageReference Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />

<PackageReference Include="NSubstitute" Version="5.3.0" />

Expand Down

0 comments on commit e475edc

Please sign in to comment.