Skip to content

Commit

Permalink
#2182 add dotnet 6 as TFM (#2194)
Browse files Browse the repository at this point in the history
* #2182 add dotnet 6 as TFM

* #2182 add dotnet 6 as TFM

---------

Co-authored-by: Robert Yokota <rayokota@gmail.com>
  • Loading branch information
thompson-tomo and rayokota authored Jul 29, 2024
1 parent 0da59b2 commit 2c8a97e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2c8a97e

Please sign in to comment.