File tree Expand file tree Collapse file tree
src/BenchmarkDotNet/Templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <!-- Suppress warning for nuget package used in old (unsupported) tfm. -->
2828 <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
2929 <StartupObject>BenchmarkDotNet.Autogenerated.UniqueProgramName</StartupObject>
30+ <IsTestingPlatformApplication>false</IsTestingPlatformApplication>
3031 </PropertyGroup>
3132
3233 <ItemGroup>
Original file line number Diff line number Diff line change 1- <Project Sdk="Microsoft.NET.Sdk" DefaultTarget="Publish">
1+ <Project Sdk="Microsoft.NET.Sdk" DefaultTarget="Publish">
22 <PropertyGroup>
33 <OriginalCSProjPath>$CSPROJPATH$</OriginalCSProjPath>
44 <MonoPropsPath>$([System.IO.Path]::ChangeExtension('$(OriginalCSProjPath)', '.Mono.props'))</MonoPropsPath>
2121 <SelfContained>true</SelfContained>
2222 <!-- Suppress warning for nuget package used in old (unsupported) tfm. -->
2323 <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
24+ <IsTestingPlatformApplication>false</IsTestingPlatformApplication>
2425 </PropertyGroup>
2526
2627 <ItemGroup>
Original file line number Diff line number Diff line change 3030 <StartupObject>BenchmarkDotNet.Autogenerated.UniqueProgramName</StartupObject>
3131 <!-- workaround for 'Found multiple publish output files with the same relative path.' error -->
3232 <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
33+ <IsTestingPlatformApplication>false</IsTestingPlatformApplication>
3334 </PropertyGroup>
3435
3536 <PropertyGroup>
Original file line number Diff line number Diff line change 1- <Project Sdk="$SDKNAME$" DefaultTargets="publish">
1+ <Project Sdk="$SDKNAME$" DefaultTargets="publish">
22 <PropertyGroup>
33 <OriginalCSProjPath>$CSPROJPATH$</OriginalCSProjPath>
44 <WasmPropsPath>$([System.IO.Path]::ChangeExtension('$(OriginalCSProjPath)', '.Wasm.props'))</WasmPropsPath>
@@ -26,6 +26,7 @@ $CORECLR_OVERRIDES$
2626 <!-- Suppress warning for nuget package used in old (unsupported) tfm. -->
2727 <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
2828 <StartupObject>BenchmarkDotNet.Autogenerated.UniqueProgramName</StartupObject>
29+ <IsTestingPlatformApplication>false</IsTestingPlatformApplication>
2930 </PropertyGroup>
3031
3132 <ItemGroup>
You can’t perform that action at this time.
0 commit comments