File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " Microsoft.Windows.PowerShell.ScriptAnalyzer" ,
33 "version" : " 1.0.0-*" ,
44 "authors" : [" kapilmb" ],
5- // "buildOptions": {
6- // "emitEntryPoint": true
7- // },
8-
9- // "configurations": {
10- // "CoreCLR": {
11- // "buildOptions": {
12- // "define": [ "CORECLR" ]
13- // }
14- // }
15- // },
16-
5+
176 "dependencies" : {
187 "Microsoft.NETCore.App" : {
198 "type" : " platform" ,
2211 "System.Management.Automation" : " 1.0.0-b2682"
2312 },
2413
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-
3514 "frameworks" : {
3615 "netcoreapp1.0" : {
37- // "netstandard1.5": {
3816 "imports" : " dnxcore50" ,
3917
4018 "buildOptions" : {
4321 "exclude" : [
4422 " SafeDirectoryCatalog.cs" ,
4523 " Strings.Designer.cs" ,
24+ " Strings.Designer.Core.cs" ,
4625 " Commands/GetScriptAnalyzerLoggerCommand.cs"
4726 ]
48- }
27+ }
4928 }
5029 }
5130 }
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- // }
6131}
Original file line number Diff line number Diff line change 2121 "compile" : {
2222 "exclude" : [
2323 " Strings.Designer.cs" ,
24+ " Strings.Designer.Core.cs" ,
2425 " UseSingularNouns.cs"
2526 ]
26- }
27+ }
2728 }
2829 }
29- }
30+ },
3031}
You can’t perform that action at this time.
0 commit comments