diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5c7406..be89122 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,15 @@ jobs: arguments: '/output buildserver /l console /config GitVersion.yaml /updateprojectfiles' # have to self-define all arguments; /updateprojectfiles not impl. in execute task # --- Tool setup --- - - name: Setup .NET + - name: Setup .NET 8 + uses: actions/setup-dotnet@v4 + with: + dotnet-version: 8.0.x + - name: Setup .NET 9 + uses: actions/setup-dotnet@v4 + with: + dotnet-version: 9.0.x + - name: Setup .NET 10 uses: actions/setup-dotnet@v4 with: dotnet-version: 10.0.x diff --git a/Directory.Packages.props b/Directory.Packages.props index 574c688..e399a5c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,14 +5,14 @@ - + - - + + - - + + - \ No newline at end of file + diff --git a/tests/DurationMancer.Tests/DurationMancer.Tests.csproj b/tests/DurationMancer.Tests/DurationMancer.Tests.csproj index 5eccec8..9f9fd46 100644 --- a/tests/DurationMancer.Tests/DurationMancer.Tests.csproj +++ b/tests/DurationMancer.Tests/DurationMancer.Tests.csproj @@ -20,16 +20,13 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + - all runtime; build; native; contentfiles; analyzers; buildtransitive +