【发布时间】:2016-01-11 21:13:50
【问题描述】:
试图找出我需要什么版本才能让我的 project.json 提取我需要的库。
现在我正在尝试获取 System.Data 以便我可以使用 DataSet。
试图用 Curl 暴力破解我的方式:
curl https://api.nuget.org/v3-flatcontainer/system.data/index.json
我发现它没有找到...
我得到了
curl https://api.nuget.org/v3-flatcontainer/system.data.sqlcient/index.json
可用的文档在哪里?
https://github.com/aspnet/Home/wiki/Dependency-Resolution
我已经很接近了,但仍然没有雪茄。
至少我能够编译!
mcs TestExample.cs -r:System.Data.dll
但不是与 Dnx。
【问题讨论】: