Fix build: pin dotnet cli utils version

need to revert once the package is fixed

also updated integration testing package
This commit is contained in:
John Luo 2016-12-13 16:33:08 -08:00
parent ec2c38f6c1
commit fe4c23670e
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004056",
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",