File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/BenchmarkDotNet/Templates Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
<OriginalCSProjPath>$CSPROJPATH$</OriginalCSProjPath>
4
4
<MonoPropsPath>$([System.IO.Path]::ChangeExtension('$(OriginalCSProjPath)', '.Mono.props'))</MonoPropsPath>
5
5
<MonoTargetsPath>$([System.IO.Path]::ChangeExtension('$(OriginalCSProjPath)', '.Mono.targets'))</MonoTargetsPath>
6
+ </PropertyGroup>
7
+
8
+ <Import Project="$(MonoPropsPath)" Condition="Exists($(MonoPropsPath))" />
9
+
10
+ <PropertyGroup>
6
11
<OutputType>Exe</OutputType>
7
12
<OutputPath>bin</OutputPath>
8
13
<TargetFramework>$TFM$</TargetFramework>
16
21
<StartupObject>BenchmarkDotNet.Autogenerated.UniqueProgramName</StartupObject>
17
22
</PropertyGroup>
18
23
19
- <Import Project="$(MonoPropsPath)" Condition="Exists($(MonoPropsPath))" />
20
-
21
24
<ItemGroup>
22
25
<PackageReference Include="Microsoft.NET.Runtime.MonoAOTCompiler.Task" version="6.0.0-*" GeneratePathProperty="true" />
23
26
</ItemGroup>
You can’t perform that action at this time.
0 commit comments