Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 9d3f437

Browse files
committed
Using NullLogger types from Logging.Abstractions
1 parent 1c78780 commit 9d3f437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.StaticFiles.Tests/StaticFileContextTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using Microsoft.AspNetCore.Builder;
88
using Microsoft.AspNetCore.Http;
99
using Microsoft.Extensions.FileProviders;
10-
using Microsoft.Extensions.Logging.Testing;
10+
using Microsoft.Extensions.Logging.Abstractions;
1111
using Microsoft.Extensions.Primitives;
1212
using Xunit;
1313

0 commit comments

Comments
 (0)