Skip to content

Commit 03b4234

Browse files
committed
dependencies: update json.net to system.text.json
Update the current Json.NET dependency to System.Text.Json. Note that this is required only for the following reasons: - .NET Framework needs the package [1] - We need a global dependency to work around [2] until the fix [3] is released. 1: https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/overview#how-to-get-the-library 2: AzureAD/microsoft-authentication-library-for-dotnet#4108 3: AzureAD/microsoft-authentication-library-for-cpp#3522
1 parent 60556b0 commit 03b4234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<ItemGroup>
3030
<!-- Workaround https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4108 -->
31-
<PackageReference Include="Newtonsoft.Json">
32-
<Version>13.0.1</Version>
31+
<PackageReference Include="System.Text.Json">
32+
<Version>7.0.2</Version>
3333
</PackageReference>
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)