summaryrefslogtreecommitdiff
path: root/tests/src/Common/external
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Common/external')
-rw-r--r--tests/src/Common/external/external.depproj7
-rw-r--r--tests/src/Common/external/project.json10
2 files changed, 7 insertions, 10 deletions
diff --git a/tests/src/Common/external/external.depproj b/tests/src/Common/external/external.depproj
index 3f7890601d..5a16122cdb 100644
--- a/tests/src/Common/external/external.depproj
+++ b/tests/src/Common/external/external.depproj
@@ -24,9 +24,6 @@
<PackageToInclude Include="xunit.extensibility.core"/>
<PackageToInclude Include="xunit.extensibility.execution"/>
<PackageToInclude Include="xunit.runner.utility"/>
- <PackageToInclude Include="Microsoft.DotNet.xunit.performance"/>
- <PackageToInclude Include="Microsoft.DotNet.xunit.performance.analysis"/>
- <PackageToInclude Include="Microsoft.DotNet.xunit.performance.runner.Windows"/>
<PackageToInclude Include="xunit.performance.api"/>
<PackageToInclude Include="xunit.performance.core"/>
<PackageToInclude Include="xunit.performance.execution"/>
@@ -37,7 +34,7 @@
<PackageToInclude Include="Microsoft.CodeAnalysis.Common"/>
<PackageToInclude Include="Microsoft.CodeAnalysis.Compilers"/>
<PackageToInclude Include="Microsoft.CodeAnalysis.CSharp"/>
- <PackageToInclude Include="Microsoft.CodeAnalysis.VisualBasic"/>
+ <PackageToInclude Include="Microsoft.CodeAnalysis.VisualBasic"/>
<PackageToInclude Include="$(XUnitRunnerPackageId)" />
</ItemGroup>
@@ -48,7 +45,7 @@
Text="Error: looks the package $(PackagesDir)$(XUnitRunnerPackageId)\$(XUnitPackageVersion) not restored or missing xunit.console.exe."
/>
<ItemGroup>
- <ReferenceCopyLocalPaths
+ <ReferenceCopyLocalPaths
Include="$(PackagesDir)$(XUnitRunnerPackageId)\$(XUnitPackageVersion)\tools\*.*"
Exclude="$(PackagesDir)$(XUnitRunnerPackageId)\$(XUnitPackageVersion)\tools\xunit.console.exe.config"
>
diff --git a/tests/src/Common/external/project.json b/tests/src/Common/external/project.json
index 63cdc04254..12c986a98b 100644
--- a/tests/src/Common/external/project.json
+++ b/tests/src/Common/external/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.CodeAnalysis.Compilers": "1.1.1",
- "xunit.performance.api": "1.0.0-alpha-build0049",
- "xunit.performance.core": "1.0.0-alpha-build0049",
- "xunit.performance.execution": "1.0.0-alpha-build0049",
- "xunit.performance.metrics": "1.0.0-alpha-build0049",
+ "xunit.performance.api": "1.0.0-beta-build0003",
+ "xunit.performance.core": "1.0.0-beta-build0003",
+ "xunit.performance.execution": "1.0.0-beta-build0003",
+ "xunit.performance.metrics": "1.0.0-beta-build0003",
"Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-beta2-build3300",
@@ -23,4 +23,4 @@
"win7-x86": {},
"win7-x64": {}
}
-} \ No newline at end of file
+}