Skip to content

Commit

Permalink
Reconfigure the nuget package dependcies
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdlop committed Jun 8, 2024
1 parent 7bdff00 commit c5c861a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Include="OneOf" Version="3.0.271" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions CosmosDBPartialUpdateTypeConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="8.0.5" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.40.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit c5c861a

Please sign in to comment.