diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22456b0..08a89eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,12 @@ jobs: with: fetch-depth: 1 + - name: Setup .NET Core SDK + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.0.x' + dotnet-quality: 'preview' + - name: Set version id: get_version shell: pwsh @@ -79,7 +85,8 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' + dotnet-quality: 'preview' - name: Download NuGetPackage artifact uses: actions/download-artifact@v4 diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 13155be..8d7ed2b 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -10,24 +10,24 @@ - - - - + + + + - - + + - - + + - - - - + + + + diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 68205b8..2c80bf7 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -2,12 +2,12 @@ AggregateConfig.Tests.Unit - net8.0 + net9.0 false disable false true - CS1591,CA1707,CA5394,CA1305,CA1861 + CS1591,CA1707,CA5394,CA1305,CA1861,CA1515 diff --git a/test/IntegrationTests/IntegrationTests.csproj b/test/IntegrationTests/IntegrationTests.csproj index dc7d9ad..c40be70 100644 --- a/test/IntegrationTests/IntegrationTests.csproj +++ b/test/IntegrationTests/IntegrationTests.csproj @@ -2,7 +2,7 @@ AggregateConfig.Tests.Integration - net8.0 + net9.0 false disable false