File tree Expand file tree Collapse file tree 2 files changed +6
-35
lines changed Expand file tree Collapse file tree 2 files changed +6
-35
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
3
3
"version" : " 1.0.0-*" ,
4
4
"authors" : [" kapilmb" ],
5
- // "buildOptions": {
6
- // "emitEntryPoint": true
7
- // },
8
-
9
- // "configurations": {
10
- // "CoreCLR": {
11
- // "buildOptions": {
12
- // "define": [ "CORECLR" ]
13
- // }
14
- // }
15
- // },
16
-
5
+
17
6
"dependencies" : {
18
7
"Microsoft.NETCore.App" : {
19
8
"type" : " platform" ,
22
11
"System.Management.Automation" : " 1.0.0-b2682"
23
12
},
24
13
25
-
26
- // "frameworks": {
27
- // "netcoreapp1.0": {
28
- // "imports": [ "dnxcore50", "portable-net45+win8" ],
29
- // "dependencies": {
30
- // "Microsoft.NETCore.App": "1.0.0-rc2-3002485"
31
- // }
32
- // }
33
- // },
34
-
35
14
"frameworks" : {
36
15
"netcoreapp1.0" : {
37
- // "netstandard1.5": {
38
16
"imports" : " dnxcore50" ,
39
17
40
18
"buildOptions" : {
43
21
"exclude" : [
44
22
" SafeDirectoryCatalog.cs" ,
45
23
" Strings.Designer.cs" ,
24
+ " Strings.Designer.Core.cs" ,
46
25
" Commands/GetScriptAnalyzerLoggerCommand.cs"
47
26
]
48
- }
27
+ }
49
28
}
50
29
}
51
30
}
52
-
53
- // "runtimes": {
54
- // // "ubuntu.14.04-x64": { },
55
- // // "centos.7.1-x64": { },
56
- // // "win7-x64": { },
57
- // // "osx.10.10-x64": { },
58
- // // "osx.10.11-x64": { }
59
- // "win81-x64": { }
60
- // }
61
31
}
Original file line number Diff line number Diff line change 21
21
"compile" : {
22
22
"exclude" : [
23
23
" Strings.Designer.cs" ,
24
+ " Strings.Designer.Core.cs" ,
24
25
" UseSingularNouns.cs"
25
26
]
26
- }
27
+ }
27
28
}
28
29
}
29
- }
30
+ },
30
31
}
You can’t perform that action at this time.
0 commit comments