mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-05 19:40:01 +00:00
14 lines
380 B
XML
14 lines
380 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>skills</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="0.14.547.1-preview" />
|
|
</ItemGroup>
|
|
</Project>
|