Switching to generations TFMs

This commit is contained in:
Pranav K 2015-10-22 01:04:17 -07:00
parent a098b8ce2b
commit c3a24cbe72
3 changed files with 62 additions and 62 deletions

View File

@ -12,6 +12,6 @@
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*" "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net45": { } "net451": { }
} }
} }

View File

@ -9,8 +9,8 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"frameworks": { "frameworks": {
"net45": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Diagnostics.Contracts": "4.0.1-beta-*", "System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.IO": "4.0.11-beta-*", "System.IO": "4.0.11-beta-*",

View File

@ -10,8 +10,8 @@
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*" "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Runtime": "4.0.21-beta-*" "System.Runtime": "4.0.21-beta-*"
} }