We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c525239 + 7324354 commit 9f9b7faCopy full SHA for 9f9b7fa
src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj
@@ -15,6 +15,7 @@
15
<PackageReference Include="Azure.Identity.Broker" Version="1.1.0" />
16
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.13" />
17
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
18
+ <PackageReference Include="System.Text.Json" Version="8.0.5" />
19
</ItemGroup>
20
<Target Name="CopyFiles" AfterTargets="Build">
21
<Copy SourceFiles="@(PreLoadAssemblies)" DestinationFolder="$(OutputPath)/publish" />
0 commit comments