Skip to content

Commit 4891fa9

Browse files
committed
Remove NJsonSchema reference
1 parent 9e85c2b commit 4891fa9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

examples/OAuthOIDCAzureIMDS/OAuthOIDCAzureIMDS.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@
1313
<ProjectReference Include="../../src/Confluent.Kafka/Confluent.Kafka.csproj" />
1414
</ItemGroup>
1515

16-
<ItemGroup>
17-
<PackageReference Include="NJsonSchema" Version="10.8.0" />
18-
</ItemGroup>
19-
2016
</Project>

examples/OAuthOIDCAzureIMDS/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
using Confluent.Kafka;
2424
using Confluent.Kafka.Admin;
2525
using Confluent.Kafka.SyncOverAsync;
26-
using Newtonsoft.Json;
2726

2827
/// <summary>
2928
/// An example demonstrating how to produce a message to

0 commit comments

Comments
 (0)