Skip to content

Commit 077f8d2

Browse files
committed
Fixing up missing Nuget.Commands dependency
1 parent de32aab commit 077f8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLU/Microsoft.CLU.Run/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"System.Runtime.Loader": "4.0.0-beta-23516",
1616
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23516",
1717
"System.IO.Compression": "4.1.0-beta-23516",
18-
"NuGet.Commands": "3.3.0-local-*",
18+
"NuGet.Commands": "3.3.0",
1919
"NuGet.Versioning": "3.3.0-local-*",
2020
"Newtonsoft.Json": "7.0.1",
2121

0 commit comments

Comments
 (0)