diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 1c22ee72f5..1a5b816755 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -35,7 +35,7 @@ runs: - uses: actions/setup-dotnet@v3 with: dotnet-version: | - 7.0.x + 8.0.x 6.0.x 3.1.x - if: ${{ runner.os == 'Windows' }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd625dc302..12eb5feae8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,14 +99,14 @@ jobs: uses: ./.github/setup with: sln: src/DotVVM.Crossplatform.slnf - - name: Tests (net6.0) + - name: Tests (net8.0) uses: ./.github/unittest with: project: src/Tests name: framework-tests title: Framework Tests github-token: ${{ secrets.GITHUB_TOKEN }} - target-framework: net6.0 + target-framework: net8.0 # - name: Tests (net7.0) # uses: ./.github/unittest # with: diff --git a/src/Samples/Api.AspNetCoreLatest/DotVVM.Samples.BasicSamples.Api.AspNetCoreLatest.csproj b/src/Samples/Api.AspNetCoreLatest/DotVVM.Samples.BasicSamples.Api.AspNetCoreLatest.csproj index 8cba5f094e..d7d4982a4b 100644 --- a/src/Samples/Api.AspNetCoreLatest/DotVVM.Samples.BasicSamples.Api.AspNetCoreLatest.csproj +++ b/src/Samples/Api.AspNetCoreLatest/DotVVM.Samples.BasicSamples.Api.AspNetCoreLatest.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 diff --git a/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj b/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj index 421c98e26c..78262d95fb 100644 --- a/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj +++ b/src/Samples/AspNetCoreLatest/DotVVM.Samples.BasicSamples.AspNetCoreLatest.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 Exe diff --git a/src/Tests/DotVVM.Framework.Tests.csproj b/src/Tests/DotVVM.Framework.Tests.csproj index 13b8d7c0b7..4250b4ccd0 100644 --- a/src/Tests/DotVVM.Framework.Tests.csproj +++ b/src/Tests/DotVVM.Framework.Tests.csproj @@ -13,8 +13,8 @@ Library - net6.0;net472 - net6.0 + net8.0;net472 + net8.0 true @@ -30,7 +30,7 @@ - + $(DefineConstants);DotNetCore @@ -40,7 +40,7 @@ - +