Skip to content

Commit 6fd9274

Browse files
author
Kapil Borle
committed
Clean up project.json files
1 parent ceb353c commit 6fd9274

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

Engine/project.json

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@
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",
@@ -22,19 +11,8 @@
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": {
@@ -43,19 +21,11 @@
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
}

Rules/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"compile": {
2222
"exclude": [
2323
"Strings.Designer.cs",
24+
"Strings.Designer.Core.cs",
2425
"UseSingularNouns.cs"
2526
]
26-
}
27+
}
2728
}
2829
}
29-
}
30+
},
3031
}

0 commit comments

Comments
 (0)