From f672667c3328f2d71a60434735b6cd0ca53c058b Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sat, 19 Oct 2024 19:04:35 +0200 Subject: [PATCH] Introduce ManagePackageVersionsCentrally --- src/FileHashGenerator/Directory.Build.props | 6 +++--- .../Directory.Packages.props | 21 +++++++++++++++++++ ...FileHashGenerator.Applications.Test.csproj | 4 ++-- .../FileHashGenerator.Applications.csproj | 4 ++-- .../FileHashGenerator.Domain.Test.csproj | 2 +- .../FileHashGenerator.Domain.csproj | 2 +- .../FileHashGenerator.Presentation.csproj | 6 +++--- src/FileHashGenerator/FileHashGenerator.sln | 1 + 8 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 src/FileHashGenerator/Directory.Packages.props diff --git a/src/FileHashGenerator/Directory.Build.props b/src/FileHashGenerator/Directory.Build.props index 7314720..64f1cad 100644 --- a/src/FileHashGenerator/Directory.Build.props +++ b/src/FileHashGenerator/Directory.Build.props @@ -18,9 +18,9 @@ $(MSBuildThisFileDirectory)CodeCoverage.runsettings - - - + + + diff --git a/src/FileHashGenerator/Directory.Packages.props b/src/FileHashGenerator/Directory.Packages.props new file mode 100644 index 0000000..6802c78 --- /dev/null +++ b/src/FileHashGenerator/Directory.Packages.props @@ -0,0 +1,21 @@ + + + true + + + + + + + + + + + + + + + + + + diff --git a/src/FileHashGenerator/FileHashGenerator.Applications.Test/FileHashGenerator.Applications.Test.csproj b/src/FileHashGenerator/FileHashGenerator.Applications.Test/FileHashGenerator.Applications.Test.csproj index 3753d36..e6ddded 100644 --- a/src/FileHashGenerator/FileHashGenerator.Applications.Test/FileHashGenerator.Applications.Test.csproj +++ b/src/FileHashGenerator/FileHashGenerator.Applications.Test/FileHashGenerator.Applications.Test.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/FileHashGenerator/FileHashGenerator.Applications/FileHashGenerator.Applications.csproj b/src/FileHashGenerator/FileHashGenerator.Applications/FileHashGenerator.Applications.csproj index 6950b02..2657029 100644 --- a/src/FileHashGenerator/FileHashGenerator.Applications/FileHashGenerator.Applications.csproj +++ b/src/FileHashGenerator/FileHashGenerator.Applications/FileHashGenerator.Applications.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/src/FileHashGenerator/FileHashGenerator.Domain.Test/FileHashGenerator.Domain.Test.csproj b/src/FileHashGenerator/FileHashGenerator.Domain.Test/FileHashGenerator.Domain.Test.csproj index 76d6525..f2d77b2 100644 --- a/src/FileHashGenerator/FileHashGenerator.Domain.Test/FileHashGenerator.Domain.Test.csproj +++ b/src/FileHashGenerator/FileHashGenerator.Domain.Test/FileHashGenerator.Domain.Test.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/FileHashGenerator/FileHashGenerator.Domain/FileHashGenerator.Domain.csproj b/src/FileHashGenerator/FileHashGenerator.Domain/FileHashGenerator.Domain.csproj index a2d0858..302c487 100644 --- a/src/FileHashGenerator/FileHashGenerator.Domain/FileHashGenerator.Domain.csproj +++ b/src/FileHashGenerator/FileHashGenerator.Domain/FileHashGenerator.Domain.csproj @@ -6,6 +6,6 @@ - + \ No newline at end of file diff --git a/src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj b/src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj index a9170bf..7a7a38b 100644 --- a/src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj +++ b/src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/src/FileHashGenerator/FileHashGenerator.sln b/src/FileHashGenerator/FileHashGenerator.sln index eda9dda..af39bc4 100644 --- a/src/FileHashGenerator/FileHashGenerator.sln +++ b/src/FileHashGenerator/FileHashGenerator.sln @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Changelog.txt = Changelog.txt CodeCoverage.runsettings = CodeCoverage.runsettings Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Global