Skip to content

Commit e6ecd27

Browse files
author
Kapil Borle
committed
Change S.M.A version in project json
1 parent c35d720 commit e6ecd27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Engine/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Microsoft.Windows.PowerShell.ScriptAnalyzer",
33
"version": "1.7.0",
44
"dependencies": {
5-
"System.Management.Automation": "1.0.0-alpha.9.4808"
5+
"System.Management.Automation": "1.0.0-alpha10"
66
},
77
"frameworks": {
88
"net451": {

Rules/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules",
33
"version": "1.7.0",
44
"dependencies": {
5-
"System.Management.Automation": "1.0.0-alpha.9.4808",
5+
"System.Management.Automation": "1.0.0-alpha10",
66
"Engine": "1.7.0",
7-
"Newtonsoft.Json": "*"
7+
"Newtonsoft.Json": "9.0.1"
88
},
99
"frameworks": {
1010
"net451": {

0 commit comments

Comments
 (0)