Skip to content

Commit

Permalink
Override on the Azure packages in the sample, to remove security vuln…
Browse files Browse the repository at this point in the history
…erability in implicit dependencies for triggering.
  • Loading branch information
RolfHuisman committed Oct 16, 2024
1 parent 36fda9a commit 4813823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../src/ChpSimulator.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 4813823

Please sign in to comment.