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

Commit e738bd4

Browse files
committed
Logging.Testing namespace change
1 parent d6f3c05 commit e738bd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using Microsoft.AspNet.Http;
99
using Microsoft.AspNet.Http.Core;
1010
using Microsoft.Framework.Expiration.Interfaces;
11-
using Microsoft.AspNet.Testing.Logging;
11+
using Microsoft.Framework.Logging.Testing;
1212
using Xunit;
1313

1414
namespace Microsoft.AspNet.StaticFiles

test/Microsoft.AspNet.StaticFiles.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
55
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
66
"Microsoft.AspNet.TestHost": "1.0.0-*",
7-
"Microsoft.AspNet.Testing.Logging": "1.0.0-*",
7+
"Microsoft.Framework.Logging.Testing": "1.0.0-*",
88
"xunit.runner.kre": "1.0.0-*"
99
},
1010
"commands": {

0 commit comments

Comments
 (0)