Remove internal types from Logging and Abstractions (dotnet/extensions#513)

\n\nCommit migrated from 55518d7983
This commit is contained in:
Pavel Krymets 2018-11-16 08:33:57 -08:00 committed by GitHub
parent fe4ed663a2
commit 6c5d291b10
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Reflection;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Loggers;