Vanara/UnitTests/Directory.Build.props

10 lines
300 B
XML

<Project>
<PropertyGroup>
<TargetFrameworks/>
<TargetFramework>net48</TargetFramework>
<Configurations>Debug;Release;DebugNoTests</Configurations>
<Platforms>AnyCPU;x64;x86</Platforms>
<LangVersion>latest</LangVersion>
<Product>Vanara</Product>
</PropertyGroup>
</Project>