mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-03 02:20:58 +00:00
13 lines
340 B
XML
13 lines
340 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="0.15.230609.2-preview" />
|
|
</ItemGroup>
|
|
</Project>
|