Skip to content

Commit 8d0190f

Browse files
committed
Update project.json
1 parent a30581d commit 8d0190f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/CLU/Microsoft.Azure.Commands.Compute/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,21 @@
1515
}
1616
},
1717
"dependencies": {
18-
"AutoMapper": "4.1.1",
18+
"System.Linq": "4.0.1-beta-23516",
19+
"Microsoft.CLU": "1.0.0",
1920
"Commands.Common": "",
2021
"Commands.Common.Authentication": "",
2122
"Commands.Common.Storage": "",
2223
"Commands.ResourceManager.Common": "",
23-
"Microsoft.Azure.Management.Compute": "11.0.0-prerelease",
24-
"Microsoft.Azure.Management.Network": "3.0.3-preview",
25-
"Microsoft.Azure.Management.Storage": "4.0.0-preview",
26-
"Microsoft.CLU": "1.0.0",
27-
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.210231457-alpha",
28-
"Microsoft.Rest.ClientRuntime": "1.5.0",
24+
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25+
"Microsoft.Rest.ClientRuntime": "1.8.0",
2926
"Newtonsoft.Json": "7.0.1",
3027
"System.Collections": "4.0.11-beta-23516",
3128
"System.Collections.Concurrent": "4.0.11-beta-23516",
3229
"System.Diagnostics.TraceSource": "4.0.0-beta-23516",
3330
"System.Diagnostics.Tracing": "4.0.21-beta-23516",
3431
"System.IO": "4.0.11-beta-23516",
3532
"System.IO.FileSystem": "4.0.1-beta-23516",
36-
"System.Linq": "4.0.1-beta-23516",
3733
"System.Net.Http": "4.0.1-beta-23516",
3834
"System.Net.WebHeaderCollection": "4.0.1-beta-23516",
3935
"System.Reflection": "4.1.0-beta-23516",
@@ -53,7 +49,11 @@
5349
"System.Threading.Thread": "4.0.0-beta-23516",
5450
"System.Xml.XmlDocument": "4.0.1-beta-23516",
5551
"System.Xml.XPath.XmlDocument": "4.0.1-beta-23516",
56-
"WindowsAzure.Storage": "6.1.1-preview"
52+
"WindowsAzure.Storage": "6.1.1-preview",
53+
"Microsoft.Azure.Management.Compute": "11.0.0-prerelease",
54+
"Microsoft.Azure.Management.Network": "3.0.3-preview",
55+
"Microsoft.Azure.Management.Storage": "4.0.0-preview",
56+
"AutoMapper": "4.1.1"
5757
},
5858
"compilationOptions": {"emitEntryPoint": true}
5959
}

0 commit comments

Comments
 (0)