This repository was archived by the owner on Nov 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +87
-67
lines changed
Microsoft.AspNet.FileProviders.Abstractions.VSRC1
Microsoft.AspNet.FileProviders.Physical.VSRC1
Microsoft.Extensions.FileProviders.Abstractions
Microsoft.Extensions.FileProviders.Composite
Microsoft.Extensions.FileProviders.Embedded
Microsoft.Extensions.FileProviders.Physical
Microsoft.Extensions.FileProviders.Sources
Microsoft.Extensions.FileSystemGlobbing
Microsoft.Extensions.FileProviders.Composite.Tests
Microsoft.Extensions.FileProviders.Embedded.Tests
Microsoft.Extensions.FileProviders.Physical.Tests
Microsoft.Extensions.FileSystemGlobbing.Tests Expand file tree Collapse file tree 12 files changed +87
-67
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-rc1-final" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
6
6
},
7
7
"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
+ }
11
13
},
12
14
"dependencies" : {
13
15
"Microsoft.Extensions.Primitives.VSRC1" : " 1.0.0-rc1-final"
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-rc1-final" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
6
6
},
7
7
"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
+ }
11
13
},
12
14
"dependencies" : {
13
15
"Microsoft.AspNet.FileProviders.Abstractions.VSRC1" : " 1.0.0-rc1-final"
14
16
},
15
17
"frameworks" : {
16
- "net451" : { }
18
+ "net451" : {}
17
19
}
18
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
6
6
"nowarn" : [
9
9
"xmlDoc" : true
10
10
},
11
11
"description" : " Abstractions of files and directories.\r\n Commonly used types:\r\n Microsoft.Extensions.FileProviders.IDirectoryContents\r\n Microsoft.Extensions.FileProviders.IFileInfo\r\n Microsoft.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
+ ]
19
21
},
20
22
"dependencies" : {
21
23
"Microsoft.Extensions.FileProviders.Sources" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
6
6
"nowarn" : [
9
9
"xmlDoc" : true
10
10
},
11
11
"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
+ ]
19
21
},
20
22
"dependencies" : {
21
23
"Microsoft.Extensions.FileProviders.Sources" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
6
6
"nowarn" : [
9
9
"xmlDoc" : true
10
10
},
11
11
"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
+ ]
19
21
},
20
22
"dependencies" : {
21
23
"Microsoft.Extensions.FileProviders.Sources" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
6
6
"nowarn" : [
9
9
"xmlDoc" : true
10
10
},
11
11
"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
+ ]
19
21
},
20
22
"dependencies" : {
21
23
"Microsoft.Extensions.FileProviders.Sources" : {
46
48
}
47
49
}
48
50
}
49
- }
51
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
3
"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
+ ]
11
13
},
12
14
"shared" : " **/*.cs" ,
13
15
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
6
6
"nowarn" : [
9
9
"xmlDoc" : true
10
10
},
11
11
"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
+ ]
21
23
},
22
24
"dependencies" : {
23
25
"Microsoft.Extensions.HashCodeCombiner.Sources" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
+ "dotnet-test-xunit" : " 1.0.0-*" ,
3
4
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
4
5
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
5
6
"Microsoft.Extensions.FileProviders.Composite" : " 1.0.0-*" ,
14
15
"version" : " 1.0.0-*" ,
15
16
"type" : " platform"
16
17
},
17
- "dotnet-test-xunit" : " 1.0.0-*" ,
18
18
"System.Diagnostics.Process" : " 4.1.0-*"
19
19
},
20
20
"imports" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
+ "dotnet-test-xunit" : " 1.0.0-*" ,
3
4
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
4
5
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
5
6
"Microsoft.Extensions.FileProviders.Embedded" : " 1.0.0-*" ,
6
7
"xunit" : " 2.1.0"
7
8
},
8
9
"testRunner" : " xunit" ,
9
- "resource" : " File.txt;sub/**;Resources/**" ,
10
+ "buildOptions" : {
11
+ "embed" : {
12
+ "include" : " File.txt;sub/**;Resources/**"
13
+ }
14
+ },
10
15
"frameworks" : {
11
16
"netcoreapp1.0" : {
12
17
"imports" : [
19
24
"type" : " platform"
20
25
},
21
26
"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-*"
24
28
}
25
29
},
26
30
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "compilationOptions " : {
2
+ "buildOptions " : {
3
3
"warningsAsErrors" : true ,
4
4
"keyFile" : " ../../tools/Key.snk"
5
5
},
6
6
"compile" : " ../Microsoft.Extensions.FileSystemGlobbing.Tests/TestUtility/DisposableFileSystem.cs" ,
7
7
"dependencies" : {
8
+ "dotnet-test-xunit" : " 1.0.0-*" ,
8
9
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
9
10
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
10
11
"Microsoft.Extensions.FileProviders.Physical" : " 1.0.0-*" ,
22
23
"version" : " 1.0.0-*" ,
23
24
"type" : " platform"
24
25
},
25
- "dotnet-test-xunit" : " 1.0.0-*" ,
26
26
"System.Diagnostics.Process" : " 4.1.0-*"
27
27
}
28
28
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "compilationOptions " : {
3
+ "buildOptions " : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk"
6
6
},
7
7
"dependencies" : {
8
+ "dotnet-test-xunit" : " 1.0.0-*" ,
8
9
"Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
9
10
"Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
10
11
"Microsoft.Extensions.FileSystemGlobbing" : " 1.0.0-*" ,
21
22
"version" : " 1.0.0-*" ,
22
23
"type" : " platform"
23
24
},
24
- "dotnet-test-xunit" : " 1.0.0-*" ,
25
25
"System.Diagnostics.Process" : " 4.1.0-*"
26
26
}
27
27
},
You can’t perform that action at this time.
0 commit comments