Made the server project aspnet50 instead of net45

This commit is contained in:
David Fowler 2014-09-04 01:41:48 -07:00
parent ca360a25f7
commit ddcce629cf
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -21,4 +21,5 @@ nuget.exe
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch
*.ipch
*.sln.ide

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.WebSockets.Protocol": ""
},
"frameworks" : {
"net45" : { },
"aspnet50" : { },
"aspnetcore50" : {
"dependencies": {
"System.Runtime": "4.0.20.0"