mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-08 21:38:15 +00:00
10 lines
259 B
XML
10 lines
259 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net7.0</TargetFramework>
|
|||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<RootNamespace>skills</RootNamespace>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
</Project>
|