Updating to RTM builds of xunit
This commit is contained in:
parent
67fe579e74
commit
92c658216f
|
|
@ -2,7 +2,6 @@
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
|
|
@ -32,7 +31,6 @@ namespace Microsoft.DotNet.Watcher.Tools.FunctionalTests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private class AppWithDepsScenario : DotNetWatchScenario
|
private class AppWithDepsScenario : DotNetWatchScenario
|
||||||
{
|
{
|
||||||
private const string AppWithDeps = "AppWithDeps";
|
private const string AppWithDeps = "AppWithDeps";
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Process.Sources": {
|
"Microsoft.Extensions.Process.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
|
|
@ -13,14 +13,10 @@
|
||||||
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
|
"Microsoft.DotNet.Watcher.Core": "1.0.0-*",
|
||||||
"Newtonsoft.Json": "9.0.1",
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"System.Threading.Thread": "4.0.0-*",
|
"System.Threading.Thread": "4.0.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"imports": [
|
|
||||||
"portable-net451+win8",
|
|
||||||
"dnxcore50"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"type": "platform",
|
"type": "platform",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue