mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-11-04 11:49:45 +00:00 
			
		
		
		
	* udpate * add sample to connect to azure oai * update comment * ping to beta5 * add openai tests * format code * add structural output example * update comment * fix test * resolve comments * fix format issue * update sk version
		
			
				
	
	
		
			20 lines
		
	
	
		
			828 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			828 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
 | 
						|
    <ImplicitUsings>enable</ImplicitUsings>
 | 
						|
    <IsPackable>false</IsPackable>
 | 
						|
    <NoWarn>$(NoWarn);SKEXP0110</NoWarn>
 | 
						|
    <IsTestProject>True</IsTestProject>
 | 
						|
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\..\src\AutoGen.OpenAI\AutoGen.OpenAI.csproj" />
 | 
						|
    <ProjectReference Include="..\..\src\AutoGen.SemanticKernel\AutoGen.SemanticKernel.csproj" />
 | 
						|
    <ProjectReference Include="..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
 | 
						|
    <ProjectReference Include="..\AutoGen.Test.Share\AutoGen.Tests.Share.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |