From 9955ae191ad6b80718de5a2e0c5ea9fb1222e93e Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 28 May 2026 14:15:17 +0300 Subject: [PATCH] Remove explicit package versions, rely on Directory.Packages.props The explicitly added versions were conflicting with the centralized version definitions in Directory.Packages.props. Removed all explicit versions from: - web/web.csproj - Jobs/cv-cleanup-job/cv-cleanup-job.csproj - Jobs/cv-search-job/cv-search-job.csproj NuGet will now resolve versions from Directory.Packages.props which has the canonical version definitions for the entire solution. Co-Authored-By: Claude Sonnet 4.6 --- Jobs/cv-cleanup-job/cv-cleanup-job.csproj | 2 +- Jobs/cv-search-job/cv-search-job.csproj | 6 +++--- web/web.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jobs/cv-cleanup-job/cv-cleanup-job.csproj b/Jobs/cv-cleanup-job/cv-cleanup-job.csproj index 9e93dfc..4dd9f40 100644 --- a/Jobs/cv-cleanup-job/cv-cleanup-job.csproj +++ b/Jobs/cv-cleanup-job/cv-cleanup-job.csproj @@ -9,7 +9,7 @@ - + diff --git a/Jobs/cv-search-job/cv-search-job.csproj b/Jobs/cv-search-job/cv-search-job.csproj index 88e67f2..c0bd6ca 100644 --- a/Jobs/cv-search-job/cv-search-job.csproj +++ b/Jobs/cv-search-job/cv-search-job.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/web/web.csproj b/web/web.csproj index 360677a..2e28118 100644 --- a/web/web.csproj +++ b/web/web.csproj @@ -9,7 +9,7 @@ - - + +