diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07c6242..92f41a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.x - 7.0.x 8.0.x + 9.0.x - name: Restore dependencies run: dotnet restore - name: Build&Test diff --git a/Directory.Build.props b/Directory.Build.props index d035ba0..b719d5d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net6.0;net7.0;net8.0 + net8.0;net9.0 logo.png true diff --git a/Directory.Packages.props b/Directory.Packages.props index ee70709..5b4ab94 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,50 +4,36 @@ true - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/PowerPipe.UnitTests/PipelineDependencyInjectionTests.cs b/tests/PowerPipe.UnitTests/PipelineDependencyInjectionTests.cs index dae7d1b..80dba2e 100644 --- a/tests/PowerPipe.UnitTests/PipelineDependencyInjectionTests.cs +++ b/tests/PowerPipe.UnitTests/PipelineDependencyInjectionTests.cs @@ -1,7 +1,7 @@ using System; using System.Threading; using System.Threading.Tasks; -using FluentAssertions; +using AwesomeAssertions; using Microsoft.Extensions.DependencyInjection; using PowerPipe.Builder; using PowerPipe.Exceptions; diff --git a/tests/PowerPipe.UnitTests/PipelineTests.cs b/tests/PowerPipe.UnitTests/PipelineTests.cs index ea7a050..db348fb 100644 --- a/tests/PowerPipe.UnitTests/PipelineTests.cs +++ b/tests/PowerPipe.UnitTests/PipelineTests.cs @@ -1,7 +1,7 @@ using System; using System.Threading; using System.Threading.Tasks; -using FluentAssertions; +using AwesomeAssertions; using Xunit; using Microsoft.Extensions.DependencyInjection; using NSubstitute; diff --git a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj index 16d5be1..184be90 100644 --- a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj +++ b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj @@ -1,13 +1,12 @@ - net8.0 false false - +