Skip to content

Commit 8de321c

Browse files
authored
ensure that the auto-generated project alwas has target framework moniker in the output path, fixes #1562 (#1563)
1 parent 7690906 commit 8de321c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarkDotNet/Templates/CsProj.txt

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
$COPIEDSETTINGS$
2222
<!-- we set LangVersion after $COPIEDSETTINGS$ which might contain LangVersion copied from the benchmarks project -->
2323
<LangVersion Condition="'$(LangVersion)' == '' Or ($([System.Char]::IsDigit('$(LangVersion)', 0)) And '$(LangVersion)' &lt; '7.3')">latest</LangVersion>
24+
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
2425
</PropertyGroup>
2526

2627
<ItemGroup>

0 commit comments

Comments
 (0)