试图找出我需要什么版本才能让我的 project.json 提取我需要的库。
现在我正试图System.Data
让我可以使用数据集。
试图用卷曲蛮力我的方式:
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。