Fix dev14 crash + temporary? .gitignore

This commit is contained in:
Yishai Galatzer 2014-05-01 15:10:48 -07:00
parent 81611f13da
commit fe8ded0ce6
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
[Oo]bj/
[Bb]in/
TestResults/
*.sln.ide/
.nuget/
_ReSharper.*/
packages/

View File

@ -4,5 +4,9 @@
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Runtime" : "4.0.20.0"
}
},
"configurations": {
"net45": {},
"k10": {}
}
}