Skip to content

Commit 2fe1e3e

Browse files
author
Muhammad Rehan Saeed
committed
Fix upgrade
1 parent 922c583 commit 2fe1e3e

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Benchmarks/Boxed.Mapping.Benchmark/MapArrayBenchmark.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ namespace Boxed.Mapping.Benchmark
33
using System;
44
using AutoMapper;
55
using BenchmarkDotNet.Attributes;
6-
using BenchmarkDotNet.Attributes.Columns;
7-
using BenchmarkDotNet.Attributes.Exporters;
8-
using BenchmarkDotNet.Attributes.Jobs;
96
using Boxed.Mapping.Benchmark.Mapping;
107
using Boxed.Mapping.Benchmark.Models;
118

Benchmarks/Boxed.Mapping.Benchmark/MapListBenchmark.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ namespace Boxed.Mapping.Benchmark
44
using System.Collections.Generic;
55
using AutoMapper;
66
using BenchmarkDotNet.Attributes;
7-
using BenchmarkDotNet.Attributes.Columns;
8-
using BenchmarkDotNet.Attributes.Exporters;
9-
using BenchmarkDotNet.Attributes.Jobs;
107
using Boxed.Mapping.Benchmark.Mapping;
118
using Boxed.Mapping.Benchmark.Models;
129

Benchmarks/Boxed.Mapping.Benchmark/MapObjectBenchmark.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ namespace Boxed.Mapping.Benchmark
33
using System;
44
using AutoMapper;
55
using BenchmarkDotNet.Attributes;
6-
using BenchmarkDotNet.Attributes.Columns;
7-
using BenchmarkDotNet.Attributes.Exporters;
8-
using BenchmarkDotNet.Attributes.Jobs;
96
using Boxed.Mapping.Benchmark.Mapping;
107
using Boxed.Mapping.Benchmark.Models;
118

0 commit comments

Comments
 (0)