Skip to content

Commit

Permalink
Update cosmos sdk to fix null issue Azure/azure-cosmos-dotnet-v3#2485
Browse files Browse the repository at this point in the history
  • Loading branch information
bookbotdev committed Jun 30, 2021
1 parent c931152 commit 74365a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Authentication/Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.13" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Refit" Version="5.1.67" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.19.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.5.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="5.5.0" />
Expand Down

0 comments on commit 74365a3

Please sign in to comment.