From cbf91a20015df5bb755496fc2d0e90851a7f878a Mon Sep 17 00:00:00 2001 From: amadzarak Date: Sat, 25 Apr 2026 18:09:33 -0400 Subject: [PATCH] OPC # 0001: Move Directory.Packages.props to root directory --- Clarity.AppHost/Clarity.AppHost.csproj | 3 -- .../Clarity.MigrationService.csproj | 3 -- Clarity.Server/Clarity.Server.csproj | 6 +-- .../Clarity.ServiceDefaults.csproj | 3 -- Directory.Packages.props | 53 ------------------- 5 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 Directory.Packages.props diff --git a/Clarity.AppHost/Clarity.AppHost.csproj b/Clarity.AppHost/Clarity.AppHost.csproj index 0938b5a..e94f163 100644 --- a/Clarity.AppHost/Clarity.AppHost.csproj +++ b/Clarity.AppHost/Clarity.AppHost.csproj @@ -2,9 +2,6 @@ Exe - net10.0 - enable - enable a37b81ab-bcb8-4599-a049-4c21e1e4ff17 diff --git a/Clarity.MigrationService/Clarity.MigrationService.csproj b/Clarity.MigrationService/Clarity.MigrationService.csproj index 3fae81b..f21d3e2 100644 --- a/Clarity.MigrationService/Clarity.MigrationService.csproj +++ b/Clarity.MigrationService/Clarity.MigrationService.csproj @@ -1,9 +1,6 @@  - net10.0 - enable - enable dotnet-Clarity.MigrationService-bf435d60-c671-4bd2-bd5a-41edaf989137 diff --git a/Clarity.Server/Clarity.Server.csproj b/Clarity.Server/Clarity.Server.csproj index a4e3a7a..f07c6e3 100644 --- a/Clarity.Server/Clarity.Server.csproj +++ b/Clarity.Server/Clarity.Server.csproj @@ -1,10 +1,6 @@  - - net10.0 - enable - enable - + diff --git a/Clarity.ServiceDefaults/Clarity.ServiceDefaults.csproj b/Clarity.ServiceDefaults/Clarity.ServiceDefaults.csproj index 8128a10..c567fa5 100644 --- a/Clarity.ServiceDefaults/Clarity.ServiceDefaults.csproj +++ b/Clarity.ServiceDefaults/Clarity.ServiceDefaults.csproj @@ -1,9 +1,6 @@ - net10.0 - enable - enable true diff --git a/Directory.Packages.props b/Directory.Packages.props deleted file mode 100644 index 4705b7f..0000000 --- a/Directory.Packages.props +++ /dev/null @@ -1,53 +0,0 @@ - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file