diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 363e303..3e5407b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -21,8 +21,8 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | + 9.0.x 8.0.x - 7.0.x - name: 🛠 Restore packages run: dotnet restore "${{ env.SOLUTION_PATH }}" diff --git a/src/Microsoft.Extensions.Logging.Log4Net.AspNetCore/Microsoft.Extensions.Logging.Log4Net.AspNetCore.csproj b/src/Microsoft.Extensions.Logging.Log4Net.AspNetCore/Microsoft.Extensions.Logging.Log4Net.AspNetCore.csproj index 9909ed0..6544927 100644 --- a/src/Microsoft.Extensions.Logging.Log4Net.AspNetCore/Microsoft.Extensions.Logging.Log4Net.AspNetCore.csproj +++ b/src/Microsoft.Extensions.Logging.Log4Net.AspNetCore/Microsoft.Extensions.Logging.Log4Net.AspNetCore.csproj @@ -1,6 +1,6 @@  - netstandard2.0;net7.0;net8.0 + netstandard2.0;net8.0;net9.0 False @@ -18,13 +18,13 @@ Microsoft.Extensions.Logging.Log4Net.AspNetCore Microsoft.Extensions.Logging.Log4Net.AspNetCore - #133 - Compatible with .NET 8.0 + #133 - Compatible with .NET 9.0 https://github.com/airsphere-gmbh/Microsoft.Extensions.Logging.Log4Net.AspNetCore/ https://github.com/airsphere-gmbh/Microsoft.Extensions.Logging.Log4Net.AspNetCore/ - 8.0.0 - 8.0.0.0 - 8.0.0.0 + 9.0.0 + 9.0.0.0 + 9.0.0.0 @@ -81,6 +81,12 @@ + + + + + + True diff --git a/tests/Unit.Tests/Unit.Tests.csproj b/tests/Unit.Tests/Unit.Tests.csproj index 2f4f023..f5b2e13 100644 --- a/tests/Unit.Tests/Unit.Tests.csproj +++ b/tests/Unit.Tests/Unit.Tests.csproj @@ -6,7 +6,7 @@ See: https://xunit.net/docs/why-no-netstandard See: https://docs.microsoft.com/en-us/dotnet/standard/net-standard --> - netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net462;net47;net471;net472;net48;net481 + net8.0;net9.0;net481 false false Microsoft.Extensions.Logging.Log4Net.AspNetCoreKey.snk