Skip to content

Commit

Permalink
confluentinc#2182 add dotnet 6 as TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed May 8, 2024
1 parent 03b6841 commit 2a0d3de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -14,7 +14,7 @@
<Title>Confluent.SchemaRegistry.Serdes.Avro</Title>
<AssemblyName>Confluent.SchemaRegistry.Serdes.Avro</AssemblyName>
<VersionPrefix>2.4.0</VersionPrefix>
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<SignAssembly>true</SignAssembly>
Expand Down
14 changes: 7 additions & 7 deletions src/Confluent.SchemaRegistry/Confluent.SchemaRegistry.csproj
Expand Up @@ -22,15 +22,15 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Confluent.Kafka\Confluent.Kafka.csproj" />
<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 Condition=" '$(TargetFramework)' == 'netstandard1.3' or '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>

0 comments on commit 2a0d3de

Please sign in to comment.