We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804ed97 commit 190d078Copy full SHA for 190d078
src/BenchmarkDotNet/Templates/CsProj.txt
@@ -24,6 +24,8 @@
24
<!-- we set LangVersion after $COPIEDSETTINGS$ which might contain LangVersion copied from the benchmarks project -->
25
<LangVersion Condition="'$(LangVersion)' == '' Or ($([System.Char]::IsDigit('$(LangVersion)', 0)) And '$(LangVersion)' < '7.3')">latest</LangVersion>
26
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
27
+ <!-- fix for NETSDK1150: https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/5.0/referencing-executable-generates-error -->
28
+ <ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
29
</PropertyGroup>
30
31
<ItemGroup>
0 commit comments