We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7690906 commit 8de321cCopy full SHA for 8de321c
src/BenchmarkDotNet/Templates/CsProj.txt
@@ -21,6 +21,7 @@
21
$COPIEDSETTINGS$
22
<!-- we set LangVersion after $COPIEDSETTINGS$ which might contain LangVersion copied from the benchmarks project -->
23
<LangVersion Condition="'$(LangVersion)' == '' Or ($([System.Char]::IsDigit('$(LangVersion)', 0)) And '$(LangVersion)' < '7.3')">latest</LangVersion>
24
+ <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
25
</PropertyGroup>
26
27
<ItemGroup>
0 commit comments