Skip to content

Commit 430911a

Browse files
authored
Update Microsoft.Agents.Extensions.Teams.AI.csproj (#321)
1 parent c07797f commit 430911a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/Extensions/Microsoft.Agents.Extensions.Teams.AI/Microsoft.Agents.Extensions.Teams.AI.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
<!-- This package is required to support gpt-4o models -->
3232
<PackageReference Include="OpenAI" />
3333
<PackageReference Include="System.Text.Json" />
34+
<!-- This is here to force an updated version of Newtonsoft which is being pulled by the AdaptiveCards Transient dependency -->
35+
<PackageReference Include="Newtonsoft.Json" />
3436
</ItemGroup>
3537

3638
<ItemGroup>

0 commit comments

Comments
 (0)