Skip to content

Commit

Permalink
Allow floating versions of the Microsoft.Extensions.Caching.Memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Oct 14, 2024
1 parent 4ae4b57 commit 7b64aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authress.SDK/Authress.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<None Include="../../README.md" pack="true" PackagePath="." />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
<PackageReference Include="NSec.Cryptography" Version="22.4.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.*" />
Expand Down

0 comments on commit 7b64aea

Please sign in to comment.