mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-03 18:40:04 +00:00
17 lines
421 B
XML
17 lines
421 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<<<<<<< HEAD
|
|
<RootNamespace>skills</RootNamespace>
|
|
=======
|
|
>>>>>>> elsa3new
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.SemanticKernel" Version="0.15.230609.2-preview" />
|
|
</ItemGroup>
|
|
</Project>
|