From faf2cac1c3ced99126cc1b590b2b9ac1c63bedb6 Mon Sep 17 00:00:00 2001 From: Koen Bekkenutte <2912652+kbekkenutte@users.noreply.github.com> Date: Fri, 4 Jun 2021 00:39:11 +0800 Subject: [PATCH] Ensure the benchmark project does not get packed --- .../EntityFrameworkCore.Projectables.Benchmarks.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/EntityFrameworkCore.Projectables.Benchmarks/EntityFrameworkCore.Projectables.Benchmarks.csproj b/benchmarks/EntityFrameworkCore.Projectables.Benchmarks/EntityFrameworkCore.Projectables.Benchmarks.csproj index 9512f40..534651a 100644 --- a/benchmarks/EntityFrameworkCore.Projectables.Benchmarks/EntityFrameworkCore.Projectables.Benchmarks.csproj +++ b/benchmarks/EntityFrameworkCore.Projectables.Benchmarks/EntityFrameworkCore.Projectables.Benchmarks.csproj @@ -2,7 +2,8 @@ Exe - net5.0 + net5.0, + false