Skip to content

Commit 2c9be6f

Browse files
author
Hao Chen
committed
Updated project.json file.
1 parent 748ae84 commit 2c9be6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/CLU/Microsoft.Azure.Commands.Resources.Test/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
}
1616
},
1717
"dependencies": {
18-
"System.Linq": "4.0.1-beta-23516",
19-
"Microsoft.CLU": "1.0.0",
2018
"Commands.Common": "",
2119
"Commands.Common.Authentication": "",
2220
"Commands.ResourceManager.Common": "",
@@ -49,7 +47,7 @@
4947
"System.Runtime.Extensions": "4.0.11-beta-23516",
5048
"System.Runtime.Serialization.Json": "4.0.1-beta-23516",
5149
"System.Runtime.Serialization.Primitives": "4.1.0-beta-23516",
52-
"System.Runtime.Serialization.Xml": "4.0.11-beta-23409",
50+
"System.Runtime.Serialization.Xml": "4.1.0-beta-23516",
5351
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23516",
5452
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516",
5553
"System.Text.Encoding": "4.0.11-beta-23516",
@@ -61,7 +59,9 @@
6159
"xunit": "2.1.0",
6260
"xunit.assert": "2.1.0",
6361
"xunit.runner.dnx": "2.1.0-rc1-build204",
64-
"moq.netcore": "4.4.0-beta8"
62+
"moq.netcore": "4.4.0-beta8",
63+
"Microsoft.CLU": "1.0.0",
64+
"System.Linq": "4.0.1-beta-23409"
6565
},
6666
"commands": {
6767
"test": "xunit.runner.dnx"

0 commit comments

Comments
 (0)