We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e85c2b commit 4891fa9Copy full SHA for 4891fa9
examples/OAuthOIDCAzureIMDS/OAuthOIDCAzureIMDS.csproj
@@ -13,8 +13,4 @@
13
<ProjectReference Include="../../src/Confluent.Kafka/Confluent.Kafka.csproj" />
14
</ItemGroup>
15
16
- <ItemGroup>
17
- <PackageReference Include="NJsonSchema" Version="10.8.0" />
18
- </ItemGroup>
19
-
20
</Project>
examples/OAuthOIDCAzureIMDS/Program.cs
@@ -23,7 +23,6 @@
23
using Confluent.Kafka;
24
using Confluent.Kafka.Admin;
25
using Confluent.Kafka.SyncOverAsync;
26
-using Newtonsoft.Json;
27
28
/// <summary>
29
/// An example demonstrating how to produce a message to
0 commit comments