From 4774376116e223dbf88644f0f671031a9978bcc8 Mon Sep 17 00:00:00 2001 From: alexpeck Date: Tue, 12 Jan 2021 11:27:32 -0800 Subject: [PATCH] target 5 --- .../BitFaster.Caching.Benchmarks.csproj | 2 +- .../BitFaster.Caching.HitRateAnalysis.csproj | 2 +- .../BitFaster.Caching.ThroughputAnalysis.csproj | 2 +- BitFaster.Caching/BitFaster.Caching.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj b/BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj index d0367bbc..ca77df14 100644 --- a/BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj +++ b/BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj b/BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj index b615e745..93f16f86 100644 --- a/BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj +++ b/BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj index 305292e7..16c2f3ac 100644 --- a/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj +++ b/BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/BitFaster.Caching/BitFaster.Caching.csproj b/BitFaster.Caching/BitFaster.Caching.csproj index 96e7d77a..aa08224c 100644 --- a/BitFaster.Caching/BitFaster.Caching.csproj +++ b/BitFaster.Caching/BitFaster.Caching.csproj @@ -1,7 +1,7 @@  - net472;net48;netstandard2.0;netcoreapp2.0;netcoreapp3.0;netcoreapp3.1 + net472;net48;netstandard2.0;netcoreapp2.0;netcoreapp3.0;netcoreapp3.1;net5.0 Alex Peck BitFaster.Caching