Add net45 as a target framework for Microsoft.AspNet.Mvc.Common
This commit is contained in:
parent
437eb93bde
commit
b24cec0add
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
},
|
||||
"frameworks": {
|
||||
"aspnet50": {},
|
||||
"net45": { },
|
||||
"aspnet50": { },
|
||||
"aspnetcore50": {
|
||||
"dependencies": {
|
||||
"System.Reflection.Extensions": "4.0.0-beta-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue