Skip to content

Commit

Permalink
Merge pull request #152 from Visionaid-International-Ltd/net6
Browse files Browse the repository at this point in the history
Target net6.0 for OpenMcdf.Benchmark
  • Loading branch information
ironfede authored Sep 10, 2024
2 parents 3287444 + e2cb9e3 commit e92facc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/Test/OpenMcdf.Benchmark/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace OpenMcdf.Benchmark
{
// Simple benchmarks for reading OLE Properties with OpenMcdf.Extensions.
[SimpleJob(BenchmarkDotNet.Jobs.RuntimeMoniker.NetCoreApp31)]
[SimpleJob]
[MemoryDiagnoser]
public class ExtensionsRead
{
Expand Down
2 changes: 1 addition & 1 deletion sources/Test/OpenMcdf.Benchmark/InMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace OpenMcdf.Benchmark
{
[SimpleJob(RuntimeMoniker.NetCoreApp31)]
[SimpleJob]
[CsvExporter]
[HtmlExporter]
[MarkdownExporter]
Expand Down
2 changes: 1 addition & 1 deletion sources/Test/OpenMcdf.Benchmark/OpenMcdf.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e92facc

Please sign in to comment.