Fix dev14 crash + temporary? .gitignore
This commit is contained in:
parent
81611f13da
commit
fe8ded0ce6
|
|
@ -1,6 +1,7 @@
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
TestResults/
|
TestResults/
|
||||||
|
*.sln.ide/
|
||||||
.nuget/
|
.nuget/
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
packages/
|
packages/
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,9 @@
|
||||||
"System.Linq": "4.0.0.0",
|
"System.Linq": "4.0.0.0",
|
||||||
"System.Reflection": "4.0.10.0",
|
"System.Reflection": "4.0.10.0",
|
||||||
"System.Runtime" : "4.0.20.0"
|
"System.Runtime" : "4.0.20.0"
|
||||||
}
|
},
|
||||||
|
"configurations": {
|
||||||
|
"net45": {},
|
||||||
|
"k10": {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue