summaryrefslogtreecommitdiff
path: root/tests/src/performance/performance.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/performance/performance.csproj')
-rw-r--r--tests/src/performance/performance.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/performance/performance.csproj b/tests/src/performance/performance.csproj
index 5a6ca1279f..8133535f45 100644
--- a/tests/src/performance/performance.csproj
+++ b/tests/src/performance/performance.csproj
@@ -8,19 +8,19 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit.performance.api">
- <Version>1.0.0-beta-build0006</Version>
+ <Version>$(XUnitPerformanceApiVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.performance.core">
- <Version>1.0.0-beta-build0006</Version>
+ <Version>$(XUnitPerformanceApiVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.performance.execution">
- <Version>1.0.0-beta-build0006</Version>
+ <Version>$(XUnitPerformanceApiVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.performance.metrics">
- <Version>1.0.0-beta-build0006</Version>
+ <Version>$(XUnitPerformanceApiVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent">
- <Version>1.0.3-alpha-experimental</Version>
+ <Version>$(MicrosoftDiagnosticsTracingLibraryVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.Platforms">
<Version>2.0.0-preview2-25302-03</Version>
@@ -92,7 +92,7 @@
<Version>$(XunitPackageVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.console.netcore">
- <Version>1.0.2-prerelease-00177</Version>
+ <Version>$(XUnitConsoleNetCoreVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.runner.utility">
<Version>$(XunitPackageVersion)</Version>