Skip to content

Commit 9f9b7fa

Browse files
authored
Merge pull request microsoftgraph#3075 from microsoftgraph/feat/upgrade-system-text-json
feat: add direct dependency on System.Text.Json
2 parents c525239 + 7324354 commit 9f9b7fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" />
1616
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.13" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
18+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1819
</ItemGroup>
1920
<Target Name="CopyFiles" AfterTargets="Build">
2021
<Copy SourceFiles="@(PreLoadAssemblies)" DestinationFolder="$(OutputPath)/publish" />

0 commit comments

Comments
 (0)