Made the server project aspnet50 instead of net45
This commit is contained in:
parent
ca360a25f7
commit
ddcce629cf
|
|
@ -21,4 +21,5 @@ nuget.exe
|
||||||
*DS_Store
|
*DS_Store
|
||||||
*.ncrunchsolution
|
*.ncrunchsolution
|
||||||
*.*sdf
|
*.*sdf
|
||||||
*.ipch
|
*.ipch
|
||||||
|
*.sln.ide
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||||
},
|
},
|
||||||
"frameworks" : {
|
"frameworks" : {
|
||||||
"net45" : { },
|
"aspnet50" : { },
|
||||||
"aspnetcore50" : {
|
"aspnetcore50" : {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.20.0"
|
"System.Runtime": "4.0.20.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue