mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
75a8335af5
* Builds locally and tests pass * Fix typo * Reverted nuget config change to remove internal feed and map to new public object model package with renames. * Renaming Bot object model in additional sample. --------- Co-authored-by: Peter Ibekwe <peibekwe@microsoft.com>
18 lines
517 B
XML
18 lines
517 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<NoWarn>$(NoWarn);IDE1006;VSTHRD200</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Microsoft.Agents.AI.Declarative\Microsoft.Agents.AI.Declarative.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Agents.ObjectModel" />
|
|
<PackageReference Include="Microsoft.Agents.ObjectModel.Json" />
|
|
<PackageReference Include="Microsoft.Agents.ObjectModel.PowerFx" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|