Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-18 15:02:27 -08:00
parent 3b4b3b8ca2
commit ec5808f8b6
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
}, },

View File

@ -14,7 +14,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
}, },

View File

@ -14,7 +14,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"

View File

@ -18,7 +18,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"

View File

@ -7,7 +7,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": {} "net451": {}
}, },
"shared": "**/*.cs" "shared": "**/*.cs"
} }

View File

@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved. // Copyright (c) .NET Foundation. All rights reserved.
// 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.
#if DNX451 #if NET451
using System; using System;
using System.Runtime.ConstrainedExecution; using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -18,7 +18,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"