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

Commit a090361

Browse files
committed
Fix build warnings
1 parent c225155 commit a090361

File tree

12 files changed

+87
-67
lines changed

12 files changed

+87
-67
lines changed

src/Microsoft.AspNet.FileProviders.Abstractions.VSRC1/project.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"version": "1.0.0-rc1-final",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
66
},
77
"description": "ASP.NET 5 file provider interfaces.",
8-
"repository": {
9-
"type": "git",
10-
"url": "git://github.com/aspnet/filesystem"
8+
"packOptions": {
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/aspnet/filesystem"
12+
}
1113
},
1214
"dependencies": {
1315
"Microsoft.Extensions.Primitives.VSRC1": "1.0.0-rc1-final"
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"version": "1.0.0-rc1-final",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
66
},
77
"description": "Implementation of ASP.NET 5 file provider abstractions for physical files.",
8-
"repository": {
9-
"type": "git",
10-
"url": "git://github.com/aspnet/filesystem"
8+
"packOptions": {
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/aspnet/filesystem"
12+
}
1113
},
1214
"dependencies": {
1315
"Microsoft.AspNet.FileProviders.Abstractions.VSRC1": "1.0.0-rc1-final"
1416
},
1517
"frameworks": {
16-
"net451": { }
18+
"net451": {}
1719
}
1820
}

src/Microsoft.Extensions.FileProviders.Abstractions/project.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
@@ -9,13 +9,15 @@
99
"xmlDoc": true
1010
},
1111
"description": "Abstractions of files and directories.\r\nCommonly used types:\r\nMicrosoft.Extensions.FileProviders.IDirectoryContents\r\nMicrosoft.Extensions.FileProviders.IFileInfo\r\nMicrosoft.Extensions.FileProviders.IFileProvider",
12-
"tags": [
13-
"files",
14-
"filesystem"
15-
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git://github.com/aspnet/filesystem"
12+
"packOptions": {
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet/filesystem"
16+
},
17+
"tags": [
18+
"files",
19+
"filesystem"
20+
]
1921
},
2022
"dependencies": {
2123
"Microsoft.Extensions.FileProviders.Sources": {

src/Microsoft.Extensions.FileProviders.Composite/project.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
@@ -9,13 +9,15 @@
99
"xmlDoc": true
1010
},
1111
"description": "Composite file and directory providers for Microsoft.Extensions.FileProviders.",
12-
"tags": [
13-
"files",
14-
"filesystem"
15-
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git://github.com/aspnet/filesystem"
12+
"packOptions": {
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet/filesystem"
16+
},
17+
"tags": [
18+
"files",
19+
"filesystem"
20+
]
1921
},
2022
"dependencies": {
2123
"Microsoft.Extensions.FileProviders.Sources": {

src/Microsoft.Extensions.FileProviders.Embedded/project.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
@@ -9,13 +9,15 @@
99
"xmlDoc": true
1010
},
1111
"description": "File provider for files in embedded resources for Microsoft.Extensions.FileProviders.",
12-
"tags": [
13-
"files",
14-
"filesystem"
15-
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git://github.com/aspnet/filesystem"
12+
"packOptions": {
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet/filesystem"
16+
},
17+
"tags": [
18+
"files",
19+
"filesystem"
20+
]
1921
},
2022
"dependencies": {
2123
"Microsoft.Extensions.FileProviders.Sources": {

src/Microsoft.Extensions.FileProviders.Physical/project.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
@@ -9,13 +9,15 @@
99
"xmlDoc": true
1010
},
1111
"description": "File provider for physical files for Microsoft.Extensions.FileProviders.",
12-
"tags": [
13-
"files",
14-
"filesystem"
15-
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git://github.com/aspnet/filesystem"
12+
"packOptions": {
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet/filesystem"
16+
},
17+
"tags": [
18+
"files",
19+
"filesystem"
20+
]
1921
},
2022
"dependencies": {
2123
"Microsoft.Extensions.FileProviders.Sources": {
@@ -46,4 +48,4 @@
4648
}
4749
}
4850
}
49-
}
51+
}

src/Microsoft.Extensions.FileProviders.Sources/project.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"version": "1.0.0-*",
33
"description": "File provider shared source code for Microsoft.Extensions.FileProviders.",
4-
"tags": [
5-
"files",
6-
"filesystem"
7-
],
8-
"repository": {
9-
"type": "git",
10-
"url": "git://github.com/aspnet/filesystem"
4+
"packOptions": {
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/aspnet/filesystem"
8+
},
9+
"tags": [
10+
"files",
11+
"filesystem"
12+
]
1113
},
1214
"shared": "**/*.cs",
1315
"frameworks": {

src/Microsoft.Extensions.FileSystemGlobbing/project.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
@@ -9,15 +9,17 @@
99
"xmlDoc": true
1010
},
1111
"description": "File system globbing to find files matching a specified pattern.",
12-
"tags": [
13-
"files",
14-
"filesystem",
15-
"glob",
16-
"globbing"
17-
],
18-
"repository": {
19-
"type": "git",
20-
"url": "git://github.com/aspnet/filesystem"
12+
"packOptions": {
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/aspnet/filesystem"
16+
},
17+
"tags": [
18+
"files",
19+
"filesystem",
20+
"glob",
21+
"globbing"
22+
]
2123
},
2224
"dependencies": {
2325
"Microsoft.Extensions.HashCodeCombiner.Sources": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Testing": "1.0.0-*",
56
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
@@ -14,7 +15,6 @@
1415
"version": "1.0.0-*",
1516
"type": "platform"
1617
},
17-
"dotnet-test-xunit": "1.0.0-*",
1818
"System.Diagnostics.Process": "4.1.0-*"
1919
},
2020
"imports": [

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Testing": "1.0.0-*",
56
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
67
"xunit": "2.1.0"
78
},
89
"testRunner": "xunit",
9-
"resource": "File.txt;sub/**;Resources/**",
10+
"buildOptions": {
11+
"embed": {
12+
"include": "File.txt;sub/**;Resources/**"
13+
}
14+
},
1015
"frameworks": {
1116
"netcoreapp1.0": {
1217
"imports": [
@@ -19,8 +24,7 @@
1924
"type": "platform"
2025
},
2126
"System.Reflection.Extensions": "4.0.1-*",
22-
"System.Diagnostics.Process": "4.1.0-*",
23-
"dotnet-test-xunit": "1.0.0-*"
27+
"System.Diagnostics.Process": "4.1.0-*"
2428
}
2529
},
2630
"net451": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"compilationOptions": {
2+
"buildOptions": {
33
"warningsAsErrors": true,
44
"keyFile": "../../tools/Key.snk"
55
},
66
"compile": "../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs",
77
"dependencies": {
8+
"dotnet-test-xunit": "1.0.0-*",
89
"Microsoft.NETCore.Platforms": "1.0.1-*",
910
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1011
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
@@ -22,7 +23,6 @@
2223
"version": "1.0.0-*",
2324
"type": "platform"
2425
},
25-
"dotnet-test-xunit": "1.0.0-*",
2626
"System.Diagnostics.Process": "4.1.0-*"
2727
}
2828
},

test/Microsoft.Extensions.FileSystemGlobbing.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"version": "1.0.0-*",
3-
"compilationOptions": {
3+
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk"
66
},
77
"dependencies": {
8+
"dotnet-test-xunit": "1.0.0-*",
89
"Microsoft.NETCore.Platforms": "1.0.1-*",
910
"Microsoft.AspNetCore.Testing": "1.0.0-*",
1011
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
@@ -21,7 +22,6 @@
2122
"version": "1.0.0-*",
2223
"type": "platform"
2324
},
24-
"dotnet-test-xunit": "1.0.0-*",
2525
"System.Diagnostics.Process": "4.1.0-*"
2626
}
2727
},

0 commit comments

Comments
 (0)