Skip to content

Commit

Permalink
Merge pull request #775 from DustinCampbell/fix-test-discovery
Browse files Browse the repository at this point in the history
Fix test discovery in VS 2015 by swapping the TFMs
  • Loading branch information
DustinCampbell authored Feb 14, 2017
2 parents 8fc3a0d + 6d348ad commit cf41430
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions tests/OmniSharp.DotNet.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -27,6 +22,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down
10 changes: 5 additions & 5 deletions tests/OmniSharp.DotNetTest.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -27,6 +22,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down
10 changes: 5 additions & 5 deletions tests/OmniSharp.MSBuild.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -27,6 +22,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down
10 changes: 5 additions & 5 deletions tests/OmniSharp.Roslyn.CSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -27,6 +22,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down
10 changes: 5 additions & 5 deletions tests/OmniSharp.Stdio.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -27,6 +22,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down
10 changes: 5 additions & 5 deletions tests/OmniSharp.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"xunit": "2.1.0"
},
"frameworks": {
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
},
"netcoreapp1.1": {
"imports": [
"dotnet5.4",
Expand All @@ -28,6 +23,11 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177"
}
},
"net46": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
},
"testRunner": "xunit"
Expand Down

0 comments on commit cf41430

Please sign in to comment.