Fix dev14 crash + temporary? .gitignore
This commit is contained in:
parent
81611f13da
commit
fe8ded0ce6
|
|
@ -1,6 +1,7 @@
|
|||
[Oo]bj/
|
||||
[Bb]in/
|
||||
TestResults/
|
||||
*.sln.ide/
|
||||
.nuget/
|
||||
_ReSharper.*/
|
||||
packages/
|
||||
|
|
|
|||
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue