@@ -37,43 +37,43 @@ jobs:
3737
3838 # framework
3939 - name : Core
40- run : dotnet build src/Framework/Framework --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
40+ run : dotnet build src/Framework/Framework --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
4141 - name : Framework
42- run : dotnet build src/Framework/Framework --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
42+ run : dotnet build src/Framework/Framework --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
4343 - name : Testing
44- run : dotnet build src/Framework/Testing --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
44+ run : dotnet build src/Framework/Testing --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
4545
4646 # hosting
4747 - name : Hosting.AspNetCore
48- run : dotnet build src/Framework/Hosting.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
48+ run : dotnet build src/Framework/Hosting.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
4949
5050 # command-line
5151 - name : CommandLine
52- run : dotnet build src/Tools/CommandLine --configuration ${{ matrix.configuration }} --no-restore --framework net6 .0 /WarnAsError
52+ run : dotnet build src/Tools/CommandLine --configuration ${{ matrix.configuration }} --no-restore --framework net8 .0 /WarnAsError
5353
5454 # swashbuckle
5555 - name : Api.Swashbuckle.AspNetCore
56- run : dotnet build src/Api/Swashbuckle.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
56+ run : dotnet build src/Api/Swashbuckle.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
5757
5858 # hot reload
5959 - name : HotReload.Common
60- run : dotnet build src/Tools/HotReload/Common --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
60+ run : dotnet build src/Tools/HotReload/Common --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
6161 - name : HotReload.AspNetCore
62- run : dotnet build src/Tools/HotReload/AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
62+ run : dotnet build src/Tools/HotReload/AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
6363
6464 # application insights
6565 - name : Tracing.ApplicationInsights
66- run : dotnet build src/Tracing/ApplicationInsights --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
66+ run : dotnet build src/Tracing/ApplicationInsights --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
6767 - name : Tracing.ApplicationInsights.AspNetCore
68- run : dotnet build src/Tracing/ApplicationInsights.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
68+ run : dotnet build src/Tracing/ApplicationInsights.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
6969
7070 # miniprofiler
7171 - name : Tracing.MiniProfiler.AspNetCore
72- run : dotnet build src/Tracing/MiniProfiler.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
72+ run : dotnet build src/Tracing/MiniProfiler.AspNetCore --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
7373
7474 # dynamic data
7575 - name : DynamicData
76- run : dotnet build src/DynamicData/DynamicData --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net6 .0 /WarnAsError
76+ run : dotnet build src/DynamicData/DynamicData --configuration ${{ matrix.configuration }} --no-restore --no-incremental --framework net8 .0 /WarnAsError
7777
7878 build-all :
7979 name : Build all projects without errors
@@ -125,15 +125,15 @@ jobs:
125125 title : Framework Tests
126126 github-token : ${{ secrets.GITHUB_TOKEN }}
127127 target-framework : net472
128- - name : Analyzers.Tests (net6 .0)
128+ - name : Analyzers.Tests (net8 .0)
129129 uses : ./.github/unittest
130130 if : ${{ success() || failure() }}
131131 with :
132132 project : src/Analyzers/Analyzers.Tests
133133 name : analyzers-tests
134134 title : Analyzer Tests
135135 github-token : ${{ secrets.GITHUB_TOKEN }}
136- target-framework : net6 .0
136+ target-framework : net8 .0
137137 # - name: Analyzers.Tests (net7.0)
138138 # uses: ./.github/unittest
139139 # with:
0 commit comments