File tree 3 files changed +3
-3
lines changed
BenchmarkDotNet.BenchmarkProjectTemplate.CSharp
BenchmarkDotNet.BenchmarkProjectTemplate.FSharp
BenchmarkDotNet.BenchmarkProjectTemplate.VB
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
10
<PlatformTarget >AnyCPU</PlatformTarget >
11
- <DebugType >portable </DebugType >
11
+ <DebugType >pdbonly </DebugType >
12
12
<DebugSymbols >true</DebugSymbols >
13
13
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14
14
<Optimize >true</Optimize >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
10
<PlatformTarget >AnyCPU</PlatformTarget >
11
- <DebugType >portable </DebugType >
11
+ <DebugType >pdbonly </DebugType >
12
12
<DebugSymbols >true</DebugSymbols >
13
13
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14
14
<Optimize >true</Optimize >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
<PropertyGroup >
10
10
<PlatformTarget >AnyCPU</PlatformTarget >
11
- <DebugType >portable </DebugType >
11
+ <DebugType >pdbonly </DebugType >
12
12
<DebugSymbols >true</DebugSymbols >
13
13
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14
14
<Optimize >true</Optimize >
You can’t perform that action at this time.
0 commit comments