mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
492 B
21 lines
492 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Volo.DependencyInjection": "1.0.0-*",
|
|
"System.Collections.Immutable": "1.3.0",
|
|
"Volo.ExtensionMethods": "1.0.0-*",
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"Nito.AsyncEx.Context": "1.1.0",
|
|
"System.Runtime.Loader": "4.3.0",
|
|
"System.Linq.Queryable": "4.3.0",
|
|
"Volo.Abp.ApplicationContracts": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|
|
|