* Include version in project.json
This commit is contained in:
parent
b4438c0559
commit
2c5061a8ab
|
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
||||||
"MusicStore": "",
|
"MusicStore": "1.0.0-*",
|
||||||
"XUnit": "2.1.0"
|
"XUnit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -18,4 +18,4 @@
|
||||||
"dnx451": { }
|
"dnx451": { }
|
||||||
},
|
},
|
||||||
"testRunner": "xunit"
|
"testRunner": "xunit"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue