InitializrService/Directory.Build.props

15 строки
297 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<Import Project="Version.props" />
<Target Name="CleanBaseOutput" AfterTargets="Clean">
<RemoveDir Directories="$(BaseOutputPath)" />
</Target>
</Project>