Skip to content

Commit

Permalink
Merge pull request #54 from Azure-Samples/pin-azure-identity
Browse files Browse the repository at this point in the history
Pin `Azure.Identity` to `1.12.1`
  • Loading branch information
seesharprun authored Oct 22, 2024
2 parents 968a7b2 + 563a5cf commit 6f6fa0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/Microsoft.Samples.Cosmos.NoSQL.Quickstart.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<UserSecretsId>f6167579-5a7c-405e-bdae-cf20a79d6b9d</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.*" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.*" />
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\models\Microsoft.Samples.Cosmos.NoSQL.Quickstart.Models.csproj" />
<ProjectReference Include="..\services\Microsoft.Samples.Cosmos.NoSQL.Quickstart.Services.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6f6fa0b

Please sign in to comment.