From 779ba91402f40a201d375bd69f79ccd2ea4bbd3c Mon Sep 17 00:00:00 2001 From: David De Smet <2607383+daviddesmet@users.noreply.github.com> Date: Thu, 20 Apr 2023 15:44:39 -0600 Subject: [PATCH] Added .NET 7 to Benchmarks --- .../Paseto.Benchmark/Paseto.Benchmark.csproj | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj b/benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj index 8f1876f..d21892c 100644 --- a/benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj +++ b/benchmarks/Paseto.Benchmark/Paseto.Benchmark.csproj @@ -1,18 +1,18 @@ - - - - Exe - net5.0;net6.0 - enable - - - - - - - - - - - - + + + + Exe + net6.0;net7.0 + enable + + + + + + + + + + + +