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
|
||||
*.ncrunchsolution
|
||||
*.*sdf
|
||||
*.ipch
|
||||
*.ipch
|
||||
*.sln.ide
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||
},
|
||||
"frameworks" : {
|
||||
"net45" : { },
|
||||
"aspnet50" : { },
|
||||
"aspnetcore50" : {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.20.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue