We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
System.Text.Json
net10
1 parent 26d578e commit af2863cCopy full SHA for af2863c
src/Elastic.Transport/Elastic.Transport.csproj
@@ -38,9 +38,9 @@
38
<ItemGroup>
39
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
40
</ItemGroup>
41
- <ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
42
- <PackageReference Include="System.Text.Json" Version="8.0.5" />
43
- <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
+ <ItemGroup Condition="'$(TargetFramework)' != 'net10.0'">
+ <PackageReference Include="System.Text.Json" Version="10.0.0" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0" />
44
45
46
0 commit comments