autogen/skills/skills.csproj

14 lines
380 B
XML
Raw Normal View History

2023-06-09 17:10:41 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>skills</RootNamespace>
</PropertyGroup>
2023-06-09 21:05:01 +02:00
<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel" Version="0.14.547.1-preview" />
</ItemGroup>
2023-06-09 17:10:41 +02:00
</Project>