Skip to content

Commit

Permalink
caol-ila-update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Mahlberg committed Oct 5, 2023
1 parent cf5b6dc commit 4b8808c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions KustoSchemaTools/KustoSchemaTools.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -10,15 +10,15 @@

<ItemGroup>
<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Kusto.Toolkit" Version="1.5.0" />
<PackageReference Include="Markdig" Version="0.31.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="11.3.3" />
<PackageReference Include="Kusto.Toolkit" Version="1.7.5" />
<PackageReference Include="Markdig" Version="0.33.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" Version="11.3.4" />
<PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="11.3.4" />
<PackageReference Include="Microsoft.Azure.Kusto.Language" Version="11.3.24011" />
<PackageReference Include="Microsoft.Azure.Kusto.Tools" Version="11.3.3" />
<PackageReference Include="Microsoft.Azure.Kusto.Tools" Version="11.3.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="13.4.0" />
<PackageReference Include="YamlDotNet" Version="13.5.1" />
</ItemGroup>

</Project>

0 comments on commit 4b8808c

Please sign in to comment.