Add net45 as a target framework for Microsoft.AspNet.Mvc.Common

This commit is contained in:
Pranav K 2015-01-15 12:18:42 -08:00
parent 437eb93bde
commit b24cec0add
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
}, },
"frameworks": { "frameworks": {
"aspnet50": {}, "net45": { },
"aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Reflection.Extensions": "4.0.0-beta-*", "System.Reflection.Extensions": "4.0.0-beta-*",