diff --git a/Roslyn.sln b/Roslyn.sln index 80ce8dfcdbd19d682a94ae8a405bc5b418695702..4919e624006ff4b7d0ad6076ce03e43d6087925c 100644 --- a/Roslyn.sln +++ b/Roslyn.sln @@ -345,6 +345,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Immutable", "src\Dependenci EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Metadata", "src\Dependencies\Metadata\Metadata.csproj", "{E6796B97-D5C6-45B2-AE46-351D15DCFC71}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnit.net", "src\Dependencies\xUnit.net\xUnit.net.csproj", "{8635CB8F-D210-41ED-B4FF-71502CDB475C}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution src\Test\Utilities\Shared\TestUtilities.projitems*{76c6f005-c89d-4348-bb4a-391898dbeb52}*SharedItemsImports = 4 @@ -377,18 +379,18 @@ Global src\ExpressionEvaluator\CSharp\Source\ResultProvider\CSharpResultProvider.projitems*{bf9dac1e-3a5e-4dc3-bb44-9a64e0d4e9d3}*SharedItemsImports = 4 src\Compilers\Core\SharedCollections\SharedCollections.projitems*{afde6bea-5038-4a4a-a88e-dbd2e4088eed}*SharedItemsImports = 4 src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.projitems*{fa0e905d-ec46-466d-b7b2-3b5557f9428c}*SharedItemsImports = 4 - src\Compilers\Core\AnalyzerDriver\AnalyzerDriver.projitems*{1ee8cad3-55f9-4d91-96b2-084641da9a6c}*SharedItemsImports = 4 src\Compilers\Core\SharedCollections\SharedCollections.projitems*{1ee8cad3-55f9-4d91-96b2-084641da9a6c}*SharedItemsImports = 4 - src\Compilers\Core\CommandLine\CommandLine.projitems*{7ad4fe65-9a30-41a6-8004-aa8f89bcb7f3}*SharedItemsImports = 4 + src\Compilers\Core\AnalyzerDriver\AnalyzerDriver.projitems*{1ee8cad3-55f9-4d91-96b2-084641da9a6c}*SharedItemsImports = 4 src\Compilers\Core\MSBuildTask\Shared\MSBuildTask.Shared.projitems*{7ad4fe65-9a30-41a6-8004-aa8f89bcb7f3}*SharedItemsImports = 4 + src\Compilers\Core\CommandLine\CommandLine.projitems*{7ad4fe65-9a30-41a6-8004-aa8f89bcb7f3}*SharedItemsImports = 4 src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpAnalyzerDriver.projitems*{3973b09a-4fbf-44a5-8359-3d22ceb71f71}*SharedItemsImports = 4 src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.projitems*{bedc5a4a-809e-4017-9cfd-6c8d4e1847f0}*SharedItemsImports = 4 src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpAnalyzerDriver.projitems*{b501a547-c911-4a05-ac6e-274a50dff30e}*SharedItemsImports = 4 src\Compilers\VisualBasic\BasicAnalyzerDriver\BasicAnalyzerDriver.projitems*{2523d0e6-df32-4a3e-8ae0-a19bffae2ef6}*SharedItemsImports = 4 src\Compilers\Core\CommandLine\CommandLine.projitems*{4b45ca0c-03a0-400f-b454-3d4bcb16af38}*SharedItemsImports = 4 src\Compilers\Core\SharedCollections\SharedCollections.projitems*{c1930979-c824-496b-a630-70f5369a636f}*SharedItemsImports = 13 - src\Compilers\Core\CommandLine\CommandLine.projitems*{d874349c-8bb3-4bdc-8535-2d52ccca1198}*SharedItemsImports = 4 src\Compilers\Core\MSBuildTask\Shared\MSBuildTask.Shared.projitems*{d874349c-8bb3-4bdc-8535-2d52ccca1198}*SharedItemsImports = 4 + src\Compilers\Core\CommandLine\CommandLine.projitems*{d874349c-8bb3-4bdc-8535-2d52ccca1198}*SharedItemsImports = 4 src\Compilers\Core\CommandLine\CommandLine.projitems*{e3cd2895-76a8-4d11-a316-ea67cb5ea42c}*SharedItemsImports = 4 EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -2932,6 +2934,26 @@ Global {E6796B97-D5C6-45B2-AE46-351D15DCFC71}.Release|x64.Build.0 = Debug|Any CPU {E6796B97-D5C6-45B2-AE46-351D15DCFC71}.Release|x86.ActiveCfg = Debug|Any CPU {E6796B97-D5C6-45B2-AE46-351D15DCFC71}.Release|x86.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|ARM.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|ARM.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x64.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x64.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x86.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x86.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Any CPU.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|ARM.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|ARM.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Mixed Platforms.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x64.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x64.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x86.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x86.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -3090,5 +3112,6 @@ Global {D2B8B03E-A85D-48A2-818F-9177D89586A9} = {C2D1346B-9665-4150-B644-075CF1636BAA} {DCDA908D-EF5E-494B-ADDC-C26F5FD610CA} = {C2D1346B-9665-4150-B644-075CF1636BAA} {E6796B97-D5C6-45B2-AE46-351D15DCFC71} = {C2D1346B-9665-4150-B644-075CF1636BAA} + {8635CB8F-D210-41ED-B4FF-71502CDB475C} = {C2D1346B-9665-4150-B644-075CF1636BAA} EndGlobalSection EndGlobal diff --git a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj index 3b6aa63a0d6f557a60d539915a84e8c8a97354f6..12d51f897e164af2917c4335b925ba5ccba7292d 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -17,6 +17,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {7a4b2176-7bfd-4b75-a61a-e25a1fdd0a1e} CSharpCompilerTestUtilities.Desktop diff --git a/src/Compilers/CSharp/Test/CommandLine/project.json b/src/Compilers/CSharp/Test/CommandLine/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/CSharp/Test/CommandLine/project.json +++ b/src/Compilers/CSharp/Test/CommandLine/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index 8415e82bd260e1b9f4c9124750c8ad38e98e5e29..88816b413874204f86567e854352ab6644f93111 100644 --- a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -20,6 +20,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED} PdbUtilities diff --git a/src/Compilers/CSharp/Test/Emit/project.json b/src/Compilers/CSharp/Test/Emit/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/CSharp/Test/Emit/project.json +++ b/src/Compilers/CSharp/Test/Emit/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index 09aeef3dd45330352b417b033574887aaa20335e..15a4d8dbd53bc363c37e966dd89e62731b74f1be 100644 --- a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -16,6 +16,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/CSharp/Test/Semantic/project.json b/src/Compilers/CSharp/Test/Semantic/project.json index 70d3004a0e8a05c93e7cf99216704bf9c6cb485a..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/CSharp/Test/Semantic/project.json +++ b/src/Compilers/CSharp/Test/Semantic/project.json @@ -1,8 +1,5 @@ { "dependencies": { - - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index 93f048e120b4b6d3e16b8897c787d7857911daac..0e5ed96507fc6bf11c954afba7c291d64a993bec 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -16,6 +16,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/CSharp/Test/Symbol/project.json b/src/Compilers/CSharp/Test/Symbol/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/CSharp/Test/Symbol/project.json +++ b/src/Compilers/CSharp/Test/Symbol/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj index ab3e94913a0b8ccfe694de1438f9c00d18092186..4971349b86ae0866763b226651e206e6df4370d5 100644 --- a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj +++ b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj @@ -25,6 +25,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76c6f005-c89d-4348-bb4a-391898dbeb52} TestUtilities.Desktop diff --git a/src/Compilers/CSharp/Test/WinRT/project.json b/src/Compilers/CSharp/Test/WinRT/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/CSharp/Test/WinRT/project.json +++ b/src/Compilers/CSharp/Test/WinRT/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index fdab701d9ab9caa94eca1f46d9706d6eac8af92b..fc1c033e14e31b8a51ab735e555c93acdf74cf28 100644 --- a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -54,6 +54,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED} PdbUtilities diff --git a/src/Compilers/Core/CodeAnalysisTest/project.json b/src/Compilers/Core/CodeAnalysisTest/project.json index 12c566794b713a6fd93eadff99018227d64ea40c..7c35f7c6f071d87f71f3706cc569b2384cf81db4 100644 --- a/src/Compilers/Core/CodeAnalysisTest/project.json +++ b/src/Compilers/Core/CodeAnalysisTest/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0", "Moq": "4.2.1402.2112", }, "frameworks": { diff --git a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj index b802d62427c4ee689d193adb6f5ca190d58aa19c..3102def28835d64ea6d575268c5ca212b5224108 100644 --- a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj +++ b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj @@ -18,6 +18,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED} PdbUtilities @@ -98,4 +102,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Core/MSBuildTaskTests/project.json b/src/Compilers/Core/MSBuildTaskTests/project.json index 6afc22c9481be102fca21192bdb808923da9ebba..7c35f7c6f071d87f71f3706cc569b2384cf81db4 100644 --- a/src/Compilers/Core/MSBuildTaskTests/project.json +++ b/src/Compilers/Core/MSBuildTaskTests/project.json @@ -1,8 +1,6 @@ { "dependencies": { "Moq": "4.2.1402.2112", - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj index 93366482ba8e4eaf472b8281265b525fc1ffdf2f..a9ff14bcf673a19cb58e4734dbe96371c0beb50d 100644 --- a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -23,6 +23,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {4b45ca0c-03a0-400f-b454-3d4bcb16af38} csc diff --git a/src/Compilers/Server/VBCSCompilerTests/project.json b/src/Compilers/Server/VBCSCompilerTests/project.json index f2b89f621fcc82900c6062726ab816274aa837dd..f9c3549182696f26b3e4193194d5ead9a17d47be 100644 --- a/src/Compilers/Server/VBCSCompilerTests/project.json +++ b/src/Compilers/Server/VBCSCompilerTests/project.json @@ -1,8 +1,6 @@ { "dependencies": { "Moq": "4.2.1402.2112", - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net46": { } diff --git a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj index f04282d3e3cea5c77e507c495717d029042574c1..1325754d18abcbb5a4f3c151842ef08aec50c30d 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -18,6 +18,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/VisualBasic/Test/CommandLine/project.json b/src/Compilers/VisualBasic/Test/CommandLine/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/project.json +++ b/src/Compilers/VisualBasic/Test/CommandLine/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 468af0f0693ef5c778aaae5b4b8a286be00230d6..c865214c046a49f9229f2b3dbbf814691a0d8c1c 100644 --- a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -18,6 +18,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED} PdbUtilities diff --git a/src/Compilers/VisualBasic/Test/Emit/project.json b/src/Compilers/VisualBasic/Test/Emit/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/VisualBasic/Test/Emit/project.json +++ b/src/Compilers/VisualBasic/Test/Emit/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 8e02101bb473ea3d65e726bab5ed6a8b7b50e852..2751d9a4312989439b90adad9a42458c3b3c13f6 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -14,6 +14,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/VisualBasic/Test/Semantic/project.json b/src/Compilers/VisualBasic/Test/Semantic/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/project.json +++ b/src/Compilers/VisualBasic/Test/Semantic/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj index f62fbec21ead9e076bf9733b67b3e654be5b3b9f..cc96951a667610733395134d8c411eeffcb05996 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -14,6 +14,10 @@ v4.5 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/VisualBasic/Test/Symbol/project.json b/src/Compilers/VisualBasic/Test/Symbol/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/project.json +++ b/src/Compilers/VisualBasic/Test/Symbol/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index 732bf180acd9354b105cb8265cf5af36cdaa6d81..74a3897162247ca74a8771e481cd156c5275772d 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -18,6 +18,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76C6F005-C89D-4348-BB4A-391898DBEB52} TestUtilities.Desktop diff --git a/src/Compilers/VisualBasic/Test/Syntax/project.json b/src/Compilers/VisualBasic/Test/Syntax/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/project.json +++ b/src/Compilers/VisualBasic/Test/Syntax/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj index a40cbc0f4b12907618d540e5cc20b8e545e5571c..45ed90763a53945292b917c246943868a595136e 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Microsoft.DiaSymReader.PortablePdb.UnitTests.csproj @@ -24,6 +24,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {afde6bea-5038-4a4a-a88e-dbd2e4088eed} PdbUtilities diff --git a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json index a25adf18f350864f8eee12218e1899f629b9050b..bc77ee0601deb7dbc9c0335d134070b38c0267e5 100644 --- a/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json +++ b/src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/project.json @@ -7,7 +7,6 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.InteropServices": "4.0.20", "System.IO.FileSystem": "4.0.0", - "xunit": "2.1.0" }, "frameworks": { "netstandard1.3": { diff --git a/src/Dependencies/Immutable/Immutable.csproj b/src/Dependencies/Immutable/Immutable.csproj index cb94fce1c957e40155bbc5a148f125ef52d067e3..88439df6350174e53fb8d134f69c5681ae8f7891 100644 --- a/src/Dependencies/Immutable/Immutable.csproj +++ b/src/Dependencies/Immutable/Immutable.csproj @@ -1,16 +1,12 @@ - + - - - DCDA908D-EF5E-494B-ADDC-C26F5FD610CA + {DCDA908D-EF5E-494B-ADDC-C26F5FD610CA} {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - \ No newline at end of file diff --git a/src/Dependencies/Metadata/Metadata.csproj b/src/Dependencies/Metadata/Metadata.csproj index df720bf9be26f7ab417aaf5be03826c5e6096ba2..1093054dfd930a6a087185496e086b8f6f2baf36 100644 --- a/src/Dependencies/Metadata/Metadata.csproj +++ b/src/Dependencies/Metadata/Metadata.csproj @@ -1,16 +1,12 @@ - + - - - E6796B97-D5C6-45B2-AE46-351D15DCFC71 + {E6796B97-D5C6-45B2-AE46-351D15DCFC71} {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - \ No newline at end of file diff --git a/src/Dependencies/xUnit.net/project.json b/src/Dependencies/xUnit.net/project.json new file mode 100644 index 0000000000000000000000000000000000000000..7293547890d908f79a57c7343e1f88c0e9929a64 --- /dev/null +++ b/src/Dependencies/xUnit.net/project.json @@ -0,0 +1,10 @@ +{ + "supports": {}, + "dependencies": { + "xunit": "2.1.0", + "xunit.runner.console": "2.1.0" + }, + "frameworks": { + ".NETPortable,Version=v4.5,Profile=Profile7": {} + } +} \ No newline at end of file diff --git a/src/Dependencies/xUnit.net/xUnit.net.csproj b/src/Dependencies/xUnit.net/xUnit.net.csproj new file mode 100644 index 0000000000000000000000000000000000000000..a52c57a487663aabb5caf506358f77d18d536388 --- /dev/null +++ b/src/Dependencies/xUnit.net/xUnit.net.csproj @@ -0,0 +1,12 @@ + + + + + {8635CB8F-D210-41ED-B4FF-71502CDB475C} + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + + + + + + \ No newline at end of file diff --git a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj index 46c7b92224e50fd93a008ddc29d44fb46cfb3972..ce9bf4e85bc263a68e370e88b5a452f4b3dd7a4c 100644 --- a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj +++ b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj @@ -31,6 +31,10 @@ ARM + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76c6f005-c89d-4348-bb4a-391898dbeb52} TestUtilities.Desktop diff --git a/src/EditorFeatures/TestUtilities/project.json b/src/EditorFeatures/TestUtilities/project.json index 26178c2853a128e8566b863ff1c1b37a460accb4..859a3baab99624b06ab4573b7389819c912f7407 100644 --- a/src/EditorFeatures/TestUtilities/project.json +++ b/src/EditorFeatures/TestUtilities/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.extensibility.execution": "2.1.0" }, "frameworks": { "net46": { } diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj index d5d115d4be5128d078f46a4a71cdec297a44394a..fd6ba1972197fc3ddfe5bb0f42c9ad741387256d 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj @@ -24,6 +24,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.json b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.json +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj index 44326baffee001eed631d9e8e6f973bed8ca0c69..682625586e8d33e7c1245a4f1ccd63c6d2caccff 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj @@ -22,6 +22,10 @@ {7a4b2176-7bfd-4b75-a61a-e25a1fdd0a1e} CSharpCompilerTestUtilities.Desktop + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.json b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.json +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj index ca9c21243a0b5945cbcbf0f29ed6b8995d4dc975..a9703bc82f754cad1634cb4c79344ae69dacc018 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj @@ -26,6 +26,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.json b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.json index 113b464461a1ef71a529d07c83e6345f4c58d1eb..f7805564d67bbe4c21f2809eac059b42d0e7d9e0 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.json +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj index d8a431fd679ea6bdc16c53277b5bdec5f38c6ce3..7c3deff946a93c42281639bea100d2b690eef179 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj @@ -26,6 +26,10 @@ {030f8ab1-d06d-4526-adec-8e6010899c71} Immutable + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76c6f005-c89d-4348-bb4a-391898dbeb52} TestUtilities.Desktop diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/project.json b/src/ExpressionEvaluator/Core/Test/ResultProvider/project.json index 113b464461a1ef71a529d07c83e6345f4c58d1eb..f7805564d67bbe4c21f2809eac059b42d0e7d9e0 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/project.json +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj index fb25ec508f291ca86e0fc832deaa66b7d1494e97..eb948b7af2d36c186581715339925ac3f4b3aab7 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj @@ -21,6 +21,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.json b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.json +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj index b5a9342695fc25697d172d96777da16f30645577..20574df3d59b491f5184bcd7b0ba4fd527019996 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj @@ -22,6 +22,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.json b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.json index d93c8240d409019b0b56d19f6c49c02e9ff40a76..10bae1671e95032009202b9adcd001244106f3fd 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.json +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj index 9b689b5ff971108082a49995e6b5517b6197a3db..9b306c89418f023b9f65869fd1d48dbe01bcba46 100644 --- a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj +++ b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj @@ -19,6 +19,10 @@ + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {76c6f005-c89d-4348-bb4a-39189ddbeb52} ServicesTestUtilities diff --git a/src/InteractiveWindow/EditorTest/project.json b/src/InteractiveWindow/EditorTest/project.json index e2cac11ea97d9d6e6938151b434b5a8ccde8e99e..54ff7755abf9d6bc6bcddd4497f42a221300df0d 100644 --- a/src/InteractiveWindow/EditorTest/project.json +++ b/src/InteractiveWindow/EditorTest/project.json @@ -2,8 +2,6 @@ "dependencies": { "BasicUndo": "0.9.3", "Moq": "4.2.1402.2112", - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net46": {} diff --git a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj index 42a891a0436307d193ec243c4fbe7b93c1851c9d..45314a44b9a8958ce9f38285572c7ec347d1afd6 100644 --- a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj +++ b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj @@ -23,6 +23,10 @@ {B501A547-C911-4A05-AC6E-274A50DFF30E} Microsoft.CodeAnalysis.CSharp + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {5F8D2414-064A-4B3A-9B42-8E2A04246BE5} Microsoft.CodeAnalysis.Workspaces @@ -70,4 +74,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/APISampleUnitTests/project.json b/src/Samples/CSharp/APISampleUnitTests/project.json index 80e1448698c64705f92dbfa2511df1d23a78eca0..68473754356f63412f1ca3df0cee3cb376228535 100644 --- a/src/Samples/CSharp/APISampleUnitTests/project.json +++ b/src/Samples/CSharp/APISampleUnitTests/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj index 05c55b9d1251a75c78cdf5c6c328b9a284461530..02fddf0dea597414786b5821da4b8a1b9845be2d 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj +++ b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj @@ -41,6 +41,10 @@ {3CDEEAB7-2256-418A-BEB2-620B5CB16302} Microsoft.CodeAnalysis.EditorFeatures + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {d571f126-f0b6-487e-bb79-e91eaee46f4f} UnitTestFramework @@ -74,4 +78,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ConvertToConditional/Test/project.json b/src/Samples/CSharp/ConvertToConditional/Test/project.json index 29866250a3695ed7509913fb5f60e438e744ca7a..bccf738b017f101a8450befae130cd847b1528ad 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/project.json +++ b/src/Samples/CSharp/ConvertToConditional/Test/project.json @@ -1,8 +1,6 @@ { "dependencies": { - "Microsoft.Composition": "1.0.27", - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" + "Microsoft.Composition": "1.0.27" }, "frameworks": { "net46": {} diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj index b67aeac74a3f372fff9e271567fb626844a636c5..509fad593ffb60384f3b04538d9379cec4185665 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj @@ -37,6 +37,10 @@ {21B239D0-D144-430F-A394-C066D58EE267} Microsoft.CodeAnalysis.CSharp.Workspaces + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {d571f126-f0b6-487e-bb79-e91eaee46f4f} UnitTestFramework @@ -69,4 +73,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json index a219438d99bbe89e2e6f340a3844c5a7e5101e12..68473754356f63412f1ca3df0cee3cb376228535 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/Samples.sln b/src/Samples/Samples.sln index 10860bdff970239d8ddd8898d82ce2e7dad91ae4..4345728c58ceb52afdd7503f431008f2d3c38668 100644 --- a/src/Samples/Samples.sln +++ b/src/Samples/Samples.sln @@ -124,6 +124,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Immutable", "..\Dependencie EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Metadata", "..\Dependencies\Metadata\Metadata.csproj", "{B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnit.net", "..\Dependencies\xUnit.net\xUnit.net.csproj", "{8635CB8F-D210-41ED-B4FF-71502CDB475C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -496,24 +498,36 @@ Global {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Debug|x86.ActiveCfg = Debug|Any CPU {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Debug|x86.Build.0 = Debug|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Any CPU.ActiveCfg = Release|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Any CPU.Build.0 = Release|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|x86.ActiveCfg = Release|Any CPU - {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|x86.Build.0 = Release|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Any CPU.Build.0 = Debug|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|Mixed Platforms.Build.0 = Debug|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|x86.ActiveCfg = Debug|Any CPU + {030F8AB1-D06D-4526-ADEC-8E6010899C71}.Release|x86.Build.0 = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|Any CPU.Build.0 = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|x86.ActiveCfg = Debug|Any CPU {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Debug|x86.Build.0 = Debug|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Any CPU.Build.0 = Release|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|x86.ActiveCfg = Release|Any CPU - {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|x86.Build.0 = Release|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Any CPU.Build.0 = Debug|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|Mixed Platforms.Build.0 = Debug|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|x86.ActiveCfg = Debug|Any CPU + {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF}.Release|x86.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x86.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Debug|x86.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Any CPU.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|Mixed Platforms.Build.0 = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x86.ActiveCfg = Debug|Any CPU + {8635CB8F-D210-41ED-B4FF-71502CDB475C}.Release|x86.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -571,5 +585,6 @@ Global {D89124D4-FB1D-4D08-BD95-F60BD24D5965} = {87DABD98-F9EB-4723-A466-9B7AF11E390D} {030F8AB1-D06D-4526-ADEC-8E6010899C71} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2} {B36C94C7-F34C-43BC-8834-0B9EEA6DD4DF} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2} + {8635CB8F-D210-41ED-B4FF-71502CDB475C} = {D14160E0-ACA0-4D2D-A670-CB72A57225F2} EndGlobalSection EndGlobal diff --git a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj index bc7f35db98cce99c6d4b2f52b8f83b68c6276256..c6e00ef18e2fe36451c428be3457c3b90310e620 100644 --- a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj +++ b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj @@ -38,6 +38,10 @@ {2E87FA96-50BB-4607-8676-46521599F998} Microsoft.CodeAnalysis.Workspaces.Desktop + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + @@ -69,4 +73,4 @@ - + \ No newline at end of file diff --git a/src/Samples/Shared/UnitTestFramework/project.json b/src/Samples/Shared/UnitTestFramework/project.json index 48a98a84f339a747058a471c95c8bc8fa47ec8f4..10af9f2d11d1209875cf74311dfaf4e5e11bf956 100644 --- a/src/Samples/Shared/UnitTestFramework/project.json +++ b/src/Samples/Shared/UnitTestFramework/project.json @@ -1,7 +1,6 @@ { "dependencies": { - "Moq": "4.2.1402.2112", - "xunit": "2.1.0" + "Moq": "4.2.1402.2112" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj index ae9f7e5b25039358f54f0b8b8f78055683835a3c..e80a1ca54c82945d2fd4e4ca8db6998d7a41783e 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj +++ b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj @@ -34,6 +34,10 @@ {57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C} Microsoft.CodeAnalysis.VisualBasic.Workspaces + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + true @@ -88,4 +92,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/APISampleUnitTests/project.json b/src/Samples/VisualBasic/APISampleUnitTests/project.json index a219438d99bbe89e2e6f340a3844c5a7e5101e12..68473754356f63412f1ca3df0cee3cb376228535 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/project.json +++ b/src/Samples/VisualBasic/APISampleUnitTests/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj index de8df0dbf22d76edd92cfdb17d612dfacc4b0b3f..cb4d82a3c1903e97de7c656c636a2dbc072b25e7 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj @@ -18,6 +18,10 @@ v4.5.2 + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {D571F126-F0B6-487E-BB79-E91EAEE46F4F} UnitTestFramework @@ -77,4 +81,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.json b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.json index a219438d99bbe89e2e6f340a3844c5a7e5101e12..68473754356f63412f1ca3df0cee3cb376228535 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.json +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj index 2cf8ae8172192ac44185d8bbe527329465325e87..e486b37984edb969063e51eb8e9eaf64e88f3e29 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj @@ -36,6 +36,10 @@ {2E87FA96-50BB-4607-8676-46521599F998} Microsoft.CodeAnalysis.Workspaces.Desktop + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {d571f126-f0b6-487e-bb79-e91eaee46f4f} UnitTestFramework @@ -67,4 +71,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json index a219438d99bbe89e2e6f340a3844c5a7e5101e12..68473754356f63412f1ca3df0cee3cb376228535 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj index 30e386f65d420af0199d18a44361c82c22676cc1..7012bb7a2a3dbbd901e9743d0c431aef627f1368 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj @@ -42,6 +42,10 @@ {d571f126-f0b6-487e-bb79-e91eaee46f4f} UnitTestFramework + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {4900921D-C548-4FBB-9681-BAF88E09DB3C} RemoveByValVB @@ -85,4 +89,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/project.json b/src/Samples/VisualBasic/RemoveByVal/Test/project.json index 21d0de3a5c4cbd2d0ed60aef266243f7406a6f1a..fa0a97ad125a1dc384145113cd548cd6a9333a89 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/project.json +++ b/src/Samples/VisualBasic/RemoveByVal/Test/project.json @@ -1,7 +1,5 @@ { "dependencies": { - "xunit": "2.1.0", - "xunit.runner.console": "2.1.0" }, "frameworks": { "net46": {} diff --git a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj index 197577e0e9ca2d1921389ec4da3f65248364099d..0b782fed39f6893f9e6e5791e8648c9d91448a29 100644 --- a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj +++ b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj @@ -32,6 +32,10 @@ {2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6} BasicCodeAnalysis + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {ccbd3438-3e84-40a9-83ad-533f23bcfca5} TestUtilities diff --git a/src/Scripting/CoreTest.Desktop/project.json b/src/Scripting/CoreTest.Desktop/project.json index b4e6f7bd89ddaf773442fc593279f6f610c3d2a9..421068a899445fa7b568361ea4b2c00640a7352d 100644 --- a/src/Scripting/CoreTest.Desktop/project.json +++ b/src/Scripting/CoreTest.Desktop/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit.runner.console": "2.1.0" }, "frameworks": { "net46": {} diff --git a/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj b/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj index 0a2a4ccf9b0fad14e91e45d23732a25e90a7263b..de839a8eced6db30d6de166c6f9eb9ac01d1a952 100644 --- a/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj +++ b/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj @@ -29,6 +29,10 @@ {7FE6B002-89D8-4298-9B1B-0B5C247DD1FD} CompilerTestResources + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {ccbd3438-3e84-40a9-83ad-533f23bcfca5} TestUtilities @@ -75,4 +79,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/VisualBasicTest.Desktop/project.json b/src/Scripting/VisualBasicTest.Desktop/project.json index b4e6f7bd89ddaf773442fc593279f6f610c3d2a9..421068a899445fa7b568361ea4b2c00640a7352d 100644 --- a/src/Scripting/VisualBasicTest.Desktop/project.json +++ b/src/Scripting/VisualBasicTest.Desktop/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit.runner.console": "2.1.0" }, "frameworks": { "net46": {} diff --git a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj index 59a2b8f31451de1088d7838538b19039bd516b84..615732c062c120494cc63af0388b5313f1dbc387 100644 --- a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj +++ b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj @@ -34,6 +34,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {F7712928-1175-47B3-8819-EE086753DEE2} TestUtilities.FX45 diff --git a/src/Test/Utilities/Desktop/project.json b/src/Test/Utilities/Desktop/project.json index 314391238347e670cbff09e3e9b3aa9254a8a4b3..725772cd06bc44353ab9b35d67a7555e5d7c5dde 100644 --- a/src/Test/Utilities/Desktop/project.json +++ b/src/Test/Utilities/Desktop/project.json @@ -2,7 +2,6 @@ "dependencies": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", "Microsoft.DiaSymReader.Native": "1.3.3", - "xunit": "2.1.0" }, "frameworks": { "net45": { } diff --git a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj index 358a34394df9f583fb1bfb54826ade5c8c41f928..e17b8e3403ed3d37bf784869a705c287c147294b 100644 --- a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj +++ b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj @@ -23,6 +23,10 @@ {27b7a354-80cc-4bac-abf5-d4081056cea9} DiaSymReader + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {afde6bea-5038-4a4a-a88e-dbd2e4088eed} PdbUtilities diff --git a/src/Test/Utilities/Portable.FX45/project.json b/src/Test/Utilities/Portable.FX45/project.json index c5b44aa554de86887b109f3c9df9e5a7515f4c43..f55b812daec829caefdc595fee3117b7112f04d2 100644 --- a/src/Test/Utilities/Portable.FX45/project.json +++ b/src/Test/Utilities/Portable.FX45/project.json @@ -1,7 +1,6 @@ { "dependencies": { "Microsoft.CodeAnalysis.Test.Resources.Proprietary": "1.2.0-beta1-20160105-04", - "xunit": "2.1.0" }, "frameworks": { "net45": {} diff --git a/src/Test/Utilities/Portable/TestUtilities.csproj b/src/Test/Utilities/Portable/TestUtilities.csproj index d3b23270ea472f24499a5a42f0cf1b267093d425..a6afd2f3ed6777e9684b176f04cbdc45c75ec3b1 100644 --- a/src/Test/Utilities/Portable/TestUtilities.csproj +++ b/src/Test/Utilities/Portable/TestUtilities.csproj @@ -32,6 +32,10 @@ {7fe6b002-89d8-4298-9b1b-0b5c247dd1fd} CompilerTestResources + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {afde6bea-5038-4a4a-a88e-dbd2e4088eed} PdbUtilities diff --git a/src/Test/Utilities/Portable/project.json b/src/Test/Utilities/Portable/project.json index 930cb5c57f534157e5de1c9e59fee5878051b6dc..a7e979d291898119d4e0af0893ff690869970d91 100644 --- a/src/Test/Utilities/Portable/project.json +++ b/src/Test/Utilities/Portable/project.json @@ -12,8 +12,6 @@ "System.Threading.Thread": "4.0.0-rc2-23931", "System.Xml.XDocument": "4.0.10", "System.Xml.XmlDocument": "4.0.0", - "xunit": "2.1.0", - "xunit.extensibility.execution": "2.1.0" }, "frameworks": { "netstandard1.3": { diff --git a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj index addb5a47dce3333721959a6aabb74efa4aed0b12..c79a80fac231f9028891190c3e6773e43440d88a 100644 --- a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -27,6 +27,10 @@ {7FE6B002-89D8-4298-9B1B-0B5C247DD1FD} CompilerTestResources + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/Workspaces/CSharpTest/project.json b/src/Workspaces/CSharpTest/project.json index 0b282b7ae5cd01e3349d956bd67a03a935c06a27..4fbbbfb9a252951353d409a3006200b21a5a024f 100644 --- a/src/Workspaces/CSharpTest/project.json +++ b/src/Workspaces/CSharpTest/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Workspaces/CoreTest/ServicesTest.csproj b/src/Workspaces/CoreTest/ServicesTest.csproj index 8e1c6e47baaa44f9fd1d46a57dcf6d451375db88..bf23741cc28c40317d04bbc4b1d74cb4e1e7d72e 100644 --- a/src/Workspaces/CoreTest/ServicesTest.csproj +++ b/src/Workspaces/CoreTest/ServicesTest.csproj @@ -30,6 +30,10 @@ {7FE6B002-89D8-4298-9B1B-0B5C247DD1FD} CompilerTestResources + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/Workspaces/CoreTest/project.json b/src/Workspaces/CoreTest/project.json index 0b282b7ae5cd01e3349d956bd67a03a935c06a27..4fbbbfb9a252951353d409a3006200b21a5a024f 100644 --- a/src/Workspaces/CoreTest/project.json +++ b/src/Workspaces/CoreTest/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {} diff --git a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index 6ddd3753b57a9d13328f1f3ec166e265044ac8a0..2d0f6d1b3d29b1983ff89510776f065a461be1b9 100644 --- a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -24,6 +24,10 @@ {7FE6B002-89D8-4298-9B1B-0B5C247DD1FD} CompilerTestResources + + {8635cb8f-d210-41ed-b4ff-71502cdb475c} + xUnit.net + {f7712928-1175-47b3-8819-ee086753dee2} TestUtilities.FX45 diff --git a/src/Workspaces/VisualBasicTest/project.json b/src/Workspaces/VisualBasicTest/project.json index 0b282b7ae5cd01e3349d956bd67a03a935c06a27..4fbbbfb9a252951353d409a3006200b21a5a024f 100644 --- a/src/Workspaces/VisualBasicTest/project.json +++ b/src/Workspaces/VisualBasicTest/project.json @@ -1,6 +1,5 @@ { "dependencies": { - "xunit.runner.console": "2.1.0" }, "frameworks": { "net452": {}