Updating to RTM builds of xunit

This commit is contained in:
Pranav K 2016-06-29 16:43:38 -07:00
parent 67fe579e74
commit 92c658216f
2 changed files with 2 additions and 8 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.IO;
using Xunit;
@ -32,7 +31,6 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
}
}
private class AppWithDepsScenario : DotNetWatchScenario
{
private const string AppWithDeps = "AppWithDeps";

View File

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
@ -13,14 +13,10 @@
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Newtonsoft.Json": "9.0.1",
"System.Threading.Thread": "4.0.0-*",
"xunit": "2.1.0"
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",