Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update
  • Loading branch information
guptakashish committed Sep 14, 2025
commit a5c49028cb5c92d35a23c2b625d667fff964d1aa
8 changes: 7 additions & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,13 @@
<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Azure.AI.OpenAI'))">
<PackageReference Update="OpenAI" Version="2.3.0" />
</ItemGroup>


<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Azure.Developer.Playwright'))">
<PackageReference Update="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" />
<PackageReference Update="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Update="NUnit" Version="3.13.2" />
</ItemGroup>

<ItemGroup Condition="$(MSBuildProjectName.Contains('Azure.AI.Agents.Persistent'))">
<PackageReference Update="Microsoft.Extensions.AI.Abstractions" Version="9.8.0"/>
</ItemGroup>
Expand Down