From fe4c23670e400e2bdbcefe2aa8a75a4bf62b8431 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 13 Dec 2016 16:33:08 -0800 Subject: [PATCH] Fix build: pin dotnet cli utils version need to revert once the package is fixed also updated integration testing package --- .../project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/project.json index 66da5b248d..4492f0c1fe 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.FunctionalTests/project.json @@ -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-*",