Skip to content

Commit

Permalink
Merge pull request #99 from microsoft/fix/update-kusto-data
Browse files Browse the repository at this point in the history
Update Kusto data
  • Loading branch information
vplauzon authored Jun 8, 2022
2 parents d23ad43 + 5eb27f9 commit 1a52003
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions code/DeltaKustoIntegration/DeltaKustoIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,15 @@
</PropertyGroup>

<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="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="Microsoft.Azure.Kusto.Data" Version="10.0.3" />
<PackageReference Include="Polly" Version="7.2.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DeltaKustoLib\DeltaKustoLib.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Kusto.Cloud.Platform">
<HintPath>Kusto.Data\Kusto.Cloud.Platform.dll</HintPath>
</Reference>
<Reference Include="Kusto.Cloud.Platform.Aad">
<HintPath>Kusto.Data\Kusto.Cloud.Platform.Aad.dll</HintPath>
</Reference>
<Reference Include="Kusto.Data">
<HintPath>Kusto.Data\Kusto.Data.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<None Update="appsettings.tests.local.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed code/DeltaKustoIntegration/Kusto.Data/Kusto.Data.dll
Binary file not shown.

0 comments on commit 1a52003

Please sign in to comment.