Skip to content

Commit

Permalink
Add Azure.Identity explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed Dec 14, 2021
1 parent 4bd09f6 commit c9e4815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/DeltaKustoIntegration/DeltaKustoIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
<ItemGroup>
<!-- Added explicitely for Kusto.Data dependencies -->
<!-- Check https://www.nuget.org/packages/Microsoft.Azure.Kusto.Data/ for version higher than 9.4.1 -->
<PackageReference Include="CsvHelper" Version="27.2.1" />
<PackageReference Include="Azure.Identity" Version="1.5.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.37.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<!-- This is required -->
<PackageReference Include="CsvHelper" Version="27.2.1" />
<PackageReference Include="Polly" Version="7.2.2" />
</ItemGroup>

Expand Down

0 comments on commit c9e4815

Please sign in to comment.