Here is an example from the MVC project (I removed a few elements):
{
"dependencies": {
"Helios": "0.1-alpha-build-0585",
"Microsoft.AspNet.Mvc": "0.1-alpha-build-1268"
},
"configurations": {
"net45": {
"dependencies": {
"System.Data": "",
"System.ComponentModel.DataAnnotations": ""
}
},
"k10": {
}
}
}
Can I move System.Data to (1) or move Helios to (2)?
What is the difference, I put the assembly in (1) or (2)?
By the way, what does "" mean in the version?
Ricky source
share