We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35d720 commit e6ecd27Copy full SHA for e6ecd27
Engine/project.json
@@ -2,7 +2,7 @@
2
"name": "Microsoft.Windows.PowerShell.ScriptAnalyzer",
3
"version": "1.7.0",
4
"dependencies": {
5
-"System.Management.Automation": "1.0.0-alpha.9.4808"
+"System.Management.Automation": "1.0.0-alpha10"
6
},
7
"frameworks": {
8
"net451": {
Rules/project.json
@@ -2,9 +2,9 @@
"name": "Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules",
- "System.Management.Automation": "1.0.0-alpha.9.4808",
+ "System.Management.Automation": "1.0.0-alpha10",
"Engine": "1.7.0",
- "Newtonsoft.Json": "*"
+ "Newtonsoft.Json": "9.0.1"
9
10
0 commit comments