From f36ee299f475975c568ed4951ea5957386f14c25 Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Mon, 1 Jun 2026 23:02:16 +0900 Subject: [PATCH] =?UTF-8?q?refactor(P0):=20CPM=20=EB=8F=84=EC=9E=85=20+=20?= =?UTF-8?q?Magick.NET=2014.13.1=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - src/Directory.Packages.props 신규 — 모든 PackageReference 버전의 단일 출처(SSOT) - ManagePackageVersionsCentrally=true, 3개 csproj에서 Version 속성 제거 - Magick.NET-Q16-AnyCPU Core 14.13.0 → 14.13.1로 통일(Tests와 정합) 테스트와 프로덕션이 동일 네이티브 바이너리로 동작 → 골든마스터 신뢰 기반 확보 빌드 0경고/0오류, 38개 테스트 전부 그린. --- src/Directory.Packages.props | 39 +++++++++++++++++++ .../Everything2Everything.App.csproj | 2 +- .../Everything2Everything.Core.csproj | 28 ++++++------- .../Everything2Everything.Tests.csproj | 8 ++-- 4 files changed, 58 insertions(+), 19 deletions(-) create mode 100644 src/Directory.Packages.props diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props new file mode 100644 index 0000000..2ca02e4 --- /dev/null +++ b/src/Directory.Packages.props @@ -0,0 +1,39 @@ + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Everything2Everything.App/Everything2Everything.App.csproj b/src/Everything2Everything.App/Everything2Everything.App.csproj index f3b035d..7a6002a 100644 --- a/src/Everything2Everything.App/Everything2Everything.App.csproj +++ b/src/Everything2Everything.App/Everything2Everything.App.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Everything2Everything.Core/Everything2Everything.Core.csproj b/src/Everything2Everything.Core/Everything2Everything.Core.csproj index d1a1e20..8d815f3 100644 --- a/src/Everything2Everything.Core/Everything2Everything.Core.csproj +++ b/src/Everything2Everything.Core/Everything2Everything.Core.csproj @@ -12,20 +12,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/Everything2Everything.Tests/Everything2Everything.Tests.csproj b/src/Everything2Everything.Tests/Everything2Everything.Tests.csproj index 5ded2f5..9aadbac 100644 --- a/src/Everything2Everything.Tests/Everything2Everything.Tests.csproj +++ b/src/Everything2Everything.Tests/Everything2Everything.Tests.csproj @@ -10,10 +10,10 @@ - - - - + + + +