From 0250594cffe207b13eaf093bd916576d57e27473 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 28 Feb 2025 19:37:37 +0000 Subject: [PATCH 1/5] Fixed dependency range --- Directory.Build.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f952f28..6559d1a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,7 +18,8 @@ MIT - + + runtime; build; native; contentfiles; analyzers all From aadc9606c70b26f7f81a6a705e0e25f7c145ee83 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 28 Feb 2025 19:46:15 +0000 Subject: [PATCH 2/5] Fixing tests --- .../System.IO.Abstractions.Extensions.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/System.IO.Abstractions.Extensions.Tests/System.IO.Abstractions.Extensions.Tests.csproj b/tests/System.IO.Abstractions.Extensions.Tests/System.IO.Abstractions.Extensions.Tests.csproj index 87cd40e..f3ee503 100644 --- a/tests/System.IO.Abstractions.Extensions.Tests/System.IO.Abstractions.Extensions.Tests.csproj +++ b/tests/System.IO.Abstractions.Extensions.Tests/System.IO.Abstractions.Extensions.Tests.csproj @@ -1,14 +1,14 @@  - net8.0;net7.0;net6.0;net5.0 + net9.0;net8.0 $(TargetFrameworks);net462 false true - + From 3cc5fa4103e86c1913adf7b6e9a3b47c13437b5e Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 28 Feb 2025 19:48:30 +0000 Subject: [PATCH 3/5] Fixing ci dotnet version --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f392b4..b51fbea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,8 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 5.0.x - 6.0.x - 7.0.x 8.0.x + 9.0.x - name: Run tests run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions" - name: Upload coverage From f86a843d66c6b89b6679fcc9e32f18a740c41068 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 28 Feb 2025 19:49:51 +0000 Subject: [PATCH 4/5] Fixing global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 30906d5..2188816 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "9.0", "rollForward": "latestMinor" } } From cc041565fee8719aaf0f900953a4f348e231b0b8 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Fri, 28 Feb 2025 19:53:10 +0000 Subject: [PATCH 5/5] Moving dependency to lib --- Directory.Build.props | 2 -- .../System.IO.Abstractions.Extensions.csproj | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6559d1a..09534f7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,8 +18,6 @@ MIT - - runtime; build; native; contentfiles; analyzers all diff --git a/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj b/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj index 903aafb..f9abea8 100644 --- a/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj +++ b/src/System.IO.Abstractions.Extensions/System.IO.Abstractions.Extensions.csproj @@ -8,6 +8,11 @@ $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../ReleaseNotes.md")) + + + + + True