From bfe35acb28e3fc1e8e50f872a92b032787f0357a Mon Sep 17 00:00:00 2001 From: Artyom Date: Wed, 28 Oct 2020 15:56:22 +0300 Subject: [PATCH] housekeeping: Mark benchmarks etc. as non-packable --- src/Pharmacist.Benchmarks/Pharmacist.Benchmarks.csproj | 1 + src/Pharmacist.IntegrationTest/Pharmacist.IntegrationTest.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Pharmacist.Benchmarks/Pharmacist.Benchmarks.csproj b/src/Pharmacist.Benchmarks/Pharmacist.Benchmarks.csproj index 79b5466..3435ed5 100644 --- a/src/Pharmacist.Benchmarks/Pharmacist.Benchmarks.csproj +++ b/src/Pharmacist.Benchmarks/Pharmacist.Benchmarks.csproj @@ -2,6 +2,7 @@ Exe + false net461;netcoreapp2.2 diff --git a/src/Pharmacist.IntegrationTest/Pharmacist.IntegrationTest.csproj b/src/Pharmacist.IntegrationTest/Pharmacist.IntegrationTest.csproj index 613d030..223ac31 100644 --- a/src/Pharmacist.IntegrationTest/Pharmacist.IntegrationTest.csproj +++ b/src/Pharmacist.IntegrationTest/Pharmacist.IntegrationTest.csproj @@ -2,6 +2,7 @@ netstandard2.0 + false