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