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

Commit 461b08b

Browse files
authored
Using NullLogger types from Logging.Abstractions (#178)
1 parent 1c78780 commit 461b08b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Microsoft.AspNetCore.StaticFiles.Tests/Microsoft.AspNetCore.StaticFiles.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-*" />
2222
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="1.2.0-*" />
2323
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.2.0-*" />
24-
<PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="1.2.0-*" />
2524
<PackageReference Include="xunit" Version="2.2.0-*" />
2625
</ItemGroup>
2726

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)