Switching to generations TFMs
This commit is contained in:
parent
a098b8ce2b
commit
c3a24cbe72
|
|
@ -12,6 +12,6 @@
|
|||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net45": { }
|
||||
"net451": { }
|
||||
}
|
||||
}
|
||||
|
|
@ -9,8 +9,8 @@
|
|||
"warningsAsErrors": true
|
||||
},
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"dnxcore50": {
|
||||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Contracts": "4.0.1-beta-*",
|
||||
"System.IO": "4.0.11-beta-*",
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.21-beta-*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue