Fix position of brace
This commit is contained in:
parent
7b2feab670
commit
bc9cc68bf0
|
|
@ -15,14 +15,16 @@
|
||||||
"Microsoft.CodeAnalysis.CSharp" : "0.7-beta-*",
|
"Microsoft.CodeAnalysis.CSharp" : "0.7-beta-*",
|
||||||
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
|
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
|
||||||
"Microsoft.Net.Runtime.Interfaces": "0.1-alpha-*",
|
"Microsoft.Net.Runtime.Interfaces": "0.1-alpha-*",
|
||||||
"System.Reflection.Metadata.Ecma335": "0.7-beta-*"},
|
"System.Reflection.Metadata.Ecma335": "0.7-beta-*"
|
||||||
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "",
|
"System.Collections": "",
|
||||||
"System.Runtime": "",
|
"System.Runtime": "",
|
||||||
"System.Xml": "",
|
"System.Xml": "",
|
||||||
"System.Xml.Linq": ""}
|
"System.Xml.Linq": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue