diff --git a/HdrHistogram.Benchmarking/HdrHistogram.Benchmarking.csproj b/HdrHistogram.Benchmarking/HdrHistogram.Benchmarking.csproj
index 3b55a34..3a9c04e 100644
--- a/HdrHistogram.Benchmarking/HdrHistogram.Benchmarking.csproj
+++ b/HdrHistogram.Benchmarking/HdrHistogram.Benchmarking.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0;net7.0;net6.0;net5.0;net47;netcoreapp3.1;netcoreapp2.1.29
+ net8.0
diff --git a/spec/tech-standards/build-system.md b/spec/tech-standards/build-system.md
index 51b86d6..a8bb09a 100644
--- a/spec/tech-standards/build-system.md
+++ b/spec/tech-standards/build-system.md
@@ -38,10 +38,10 @@ HdrHistogram.sln
### Benchmarking Project
-Multi-targeted for performance comparison:
+Targets the current LTS runtime only (developer tool, not a shipped library):
```xml
-net8.0;net7.0;net6.0;net5.0;net47;netcoreapp3.1;netcoreapp2.1.29
+net8.0
```
## Dependencies
@@ -224,7 +224,7 @@ dotnet run -c Release -- -f *Recording*
### Benchmark Configuration
BenchmarkDotNet is used with these targets:
-- Multiple .NET versions for comparison
+- `net8.0` (current LTS runtime)
- Windows diagnostics support
- Memory allocation tracking