Fixing dependency versions

This commit is contained in:
Pranav K 2016-11-10 08:34:13 -08:00
parent 3461bf92c6
commit 009609319e
1 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.DotNet.Watcher.Tools": "1.1.0-*", "Microsoft.DotNet.Watcher.Tools": "1.2.0-*",
"Microsoft.Extensions.Process.Sources": { "Microsoft.Extensions.Process.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
}, },
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },