Skip to content

Commit 0040042

Browse files
feat(HdrHistogram#105): Remove EOL target frameworks from Benchmarking project (HdrHistogram#113)
* plan(HdrHistogram#105): initial brief from issue * plan(HdrHistogram#105): review brief * plan(HdrHistogram#105): apply brief review feedback * plan(HdrHistogram#105): review brief * plan(HdrHistogram#105): create task breakdown * feat(HdrHistogram#105): implement tasks * feat(HdrHistogram#105): complete implementation
1 parent f43ca29 commit 0040042

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HdrHistogram.Benchmarking/HdrHistogram.Benchmarking.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;net47;netcoreapp3.1;netcoreapp2.1.29</TargetFrameworks>
5+
<TargetFrameworks>net8.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>

spec/tech-standards/build-system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ HdrHistogram.sln
3838

3939
### Benchmarking Project
4040

41-
Multi-targeted for performance comparison:
41+
Targets the current LTS runtime only (developer tool, not a shipped library):
4242

4343
```xml
44-
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;net47;netcoreapp3.1;netcoreapp2.1.29</TargetFrameworks>
44+
<TargetFrameworks>net8.0</TargetFrameworks>
4545
```
4646

4747
## Dependencies
@@ -224,7 +224,7 @@ dotnet run -c Release -- -f *Recording*
224224
### Benchmark Configuration
225225

226226
BenchmarkDotNet is used with these targets:
227-
- Multiple .NET versions for comparison
227+
- `net8.0` (current LTS runtime)
228228
- Windows diagnostics support
229229
- Memory allocation tracking
230230

0 commit comments

Comments
 (0)