From bd7899d3df1677bf21a41979e8468637e766f0d4 Mon Sep 17 00:00:00 2001 From: Olivier Coanet Date: Wed, 8 Jan 2020 09:36:40 +0100 Subject: [PATCH] Update target frameworks for benchmarks --- src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj | 4 ++-- src/Disruptor.PerfTests/Disruptor.PerfTests.csproj | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj b/src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj index 4a4ec44a..eef1d0a7 100644 --- a/src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj +++ b/src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj @@ -1,7 +1,7 @@  - net472 + net48;netcoreapp3.1 exe @@ -10,7 +10,7 @@ - + diff --git a/src/Disruptor.PerfTests/Disruptor.PerfTests.csproj b/src/Disruptor.PerfTests/Disruptor.PerfTests.csproj index 726720bb..0add1db1 100644 --- a/src/Disruptor.PerfTests/Disruptor.PerfTests.csproj +++ b/src/Disruptor.PerfTests/Disruptor.PerfTests.csproj @@ -1,24 +1,24 @@  - net472;netcoreapp2.1 + net48;netcoreapp3.1 exe - + - + - + - +