diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index d36de55..85c5578 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -20,10 +20,8 @@ jobs: - macOS-latest - windows-latest dotnet: - - { sdk: 3.1.x, framework: netcoreapp3.1 } - - { sdk: 5.0.x, framework: net5.0 } - { sdk: 6.0.x, framework: net6.0 } - - { sdk: 7.0.x, framework: net7.0 } + - { sdk: 8.0.x, framework: net8.0 } include: - os: windows-latest dotnet: { sdk: 6.0.x, framework: net481 } diff --git a/ApiSurface/Test/ApiSurface.Test.fsproj b/ApiSurface/Test/ApiSurface.Test.fsproj index c4cb1be..d098746 100644 --- a/ApiSurface/Test/ApiSurface.Test.fsproj +++ b/ApiSurface/Test/ApiSurface.Test.fsproj @@ -1,6 +1,6 @@ - netcoreapp3.1;net5.0;net6.0;net7.0 + net6.0;net8.0 net481;$(TargetFrameworks)