9 lines
283 B
XML
9 lines
283 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<LangVersion>10.0</LangVersion>
|
|
<OutputPath>..\..\..\packages</OutputPath>
|
|
<BotSharpVersion>0.21.0</BotSharpVersion>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
</PropertyGroup>
|
|
</Project> |