mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
060d8fcadd
* Simplify store=false scenario for responses * Mark AsIChatClientWithStoredOutputDisabled as Experimental
22 lines
602 B
XML
22 lines
602 B
XML
<Project>
|
|
|
|
<Import Project="../Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
<IsAotCompatible>false</IsAotCompatible>
|
|
<TargetFrameworks>net10.0;net472</TargetFrameworks>
|
|
<UserSecretsId>5ee045b0-aea3-4f08-8d31-32d1a6f8fed0</UserSecretsId>
|
|
<NoWarn>$(NoWarn);MAAI001</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Using Include="SampleHelpers.SampleEnvironment" Alias="Environment" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="$(MSBuildThisFileDirectory)\..\src\Shared\Demos\*.cs" LinkBase="" Visible="false" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|