From 90724fa1856788a851f3f851e4e6142428f9b5e8 Mon Sep 17 00:00:00 2001 From: Alex Klaus Date: Mon, 1 Jan 2024 12:28:15 +1000 Subject: [PATCH] Cleaned up csproj files --- Api/Api.csproj | 5 +---- DbSample.csproj | 11 ----------- Domain.Tests/Domain.Tests.csproj | 1 - Domain/Domain.csproj | 1 + 4 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 DbSample.csproj diff --git a/Api/Api.csproj b/Api/Api.csproj index 201773a..f9de729 100644 --- a/Api/Api.csproj +++ b/Api/Api.csproj @@ -7,10 +7,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/DbSample.csproj b/DbSample.csproj deleted file mode 100644 index 27f4eb5..0000000 --- a/DbSample.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - net6.0 - enable - enable - AK.DbSample.DbSample - AK.DbSample.DbSample - - - diff --git a/Domain.Tests/Domain.Tests.csproj b/Domain.Tests/Domain.Tests.csproj index 57b2f3a..5e66961 100644 --- a/Domain.Tests/Domain.Tests.csproj +++ b/Domain.Tests/Domain.Tests.csproj @@ -7,7 +7,6 @@ - diff --git a/Domain/Domain.csproj b/Domain/Domain.csproj index 62dcdd2..19d9d4c 100644 --- a/Domain/Domain.csproj +++ b/Domain/Domain.csproj @@ -14,6 +14,7 @@ +