Skip to content

Commit

Permalink
Fix nuget dependencies for Garnet package (#427)
Browse files Browse the repository at this point in the history
* update nuget dependencies and version

* fixed whitespace
  • Loading branch information
msft-paddy14 authored May 28, 2024
1 parent 7880abe commit 9cd34a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Garnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
<dependency id="Microsoft.Extensions.Logging.Console" version="8.0.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="CommandLineParser" version="2.9.1" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.28.1" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="6.34.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.1" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="7.5.1" />
<dependency id="Microsoft.IdentityModel.Validators" version="7.5.1" />
<dependency id="Azure.Storage.Blobs" version="12.14.1" />
</dependencies>
<readme>README.md</readme>
Expand Down

0 comments on commit 9cd34a7

Please sign in to comment.