* Include version in project.json

This commit is contained in:
ryanbrandenburg 2016-02-18 10:39:52 -08:00
parent b4438c0559
commit 2c5061a8ab
1 changed files with 2 additions and 2 deletions

View File

@ -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"
} }