File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sources/Test/OpenMcdf.Benchmark Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
namespace OpenMcdf . Benchmark
6
6
{
7
7
// Simple benchmarks for reading OLE Properties with OpenMcdf.Extensions.
8
- [ SimpleJob ( BenchmarkDotNet . Jobs . RuntimeMoniker . NetCoreApp31 ) ]
8
+ [ SimpleJob ]
9
9
[ MemoryDiagnoser ]
10
10
public class ExtensionsRead
11
11
{
Original file line number Diff line number Diff line change 6
6
7
7
namespace OpenMcdf . Benchmark
8
8
{
9
- [ SimpleJob ( RuntimeMoniker . NetCoreApp31 ) ]
9
+ [ SimpleJob ]
10
10
[ CsvExporter ]
11
11
[ HtmlExporter ]
12
12
[ MarkdownExporter ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net6.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments