Skip to content

Commit

Permalink
CNX-8753-Downgrade-Text.Json (#3160)
Browse files Browse the repository at this point in the history
Later version of System.Text.Json conflicts

Using the 7.0.3 version of System.Text.Json in batchuploader SDK is causing conflicts with core
  • Loading branch information
BovineOx authored Feb 6, 2024
1 parent 4978c10 commit c496381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConnectorCore/BatchUploader.Sdk/BatchUploader.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

</Project>

0 comments on commit c496381

Please sign in to comment.