BotSharp/Directory.Build.props
2020-09-07 18:17:58 +08:00

8 lines
223 B
XML

<Project>
<PropertyGroup>
<DefaultTargetFramework>netcoreapp3.1</DefaultTargetFramework>
<MvcVersion>3.1.7</MvcVersion>
<Version Condition="$(Version) == ''">0.2.1</Version>
</PropertyGroup>
</Project>