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

Commit 1224f5a

Browse files
committed
Fix build warning
1 parent a090361 commit 1224f5a

File tree

1 file changed

+4
-2
lines changed
  • test/Microsoft.Extensions.FileProviders.Physical.Tests

1 file changed

+4
-2
lines changed

test/Microsoft.Extensions.FileProviders.Physical.Tests/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"buildOptions": {
33
"warningsAsErrors": true,
4-
"keyFile": "../../tools/Key.snk"
4+
"keyFile": "../../tools/Key.snk",
5+
"compile": {
6+
"include": "../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs",
7+
}
58
},
6-
"compile": "../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs",
79
"dependencies": {
810
"dotnet-test-xunit": "1.0.0-*",
911
"Microsoft.NETCore.Platforms": "1.0.1-*",

0 commit comments

Comments
 (0)