more target frameworks
This commit is contained in:
parent
22ea8f5b33
commit
0ea23fd772
11 changed files with 7413 additions and 97 deletions
|
|
@ -90,6 +90,16 @@
|
|||
"System": "4.0.0"
|
||||
}
|
||||
},
|
||||
"net452": {
|
||||
"frameworkAssemblies": {
|
||||
"System.ComponentModel.DataAnnotations": "4.0.0",
|
||||
"System.Json": "4.0.0",
|
||||
"System.Net": "4.0.0.0",
|
||||
"System.Net.Http": "4.0.0",
|
||||
"System.Xml": "4.0.0",
|
||||
"System": "4.0.0"
|
||||
}
|
||||
},
|
||||
"net46": {
|
||||
"frameworkAssemblies": {
|
||||
"System.ComponentModel.DataAnnotations": "4.0.0",
|
||||
|
|
@ -99,10 +109,20 @@
|
|||
"System.Xml": "4.0.0",
|
||||
"System": "4.0.0"
|
||||
}
|
||||
},
|
||||
"net461": {
|
||||
"frameworkAssemblies": {
|
||||
"System.ComponentModel.DataAnnotations": "4.0.0",
|
||||
"System.Json": "4.0.0",
|
||||
"System.Net": "4.0.0.0",
|
||||
"System.Net.Http": "4.0.0",
|
||||
"System.Xml": "4.0.0",
|
||||
"System": "4.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"ef": "EntityFramework.Commands",
|
||||
"gen": "Microsoft.Extensions.CodeGeneration"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue