File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 - name : Setup .NET
4343 uses : actions/setup-dotnet@v3
4444 with :
45- dotnet-version : 7 .0.x
45+ dotnet-version : 8 .0.x
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 - name : Setup .NET
2222 uses : actions/setup-dotnet@v3
2323 with :
24- dotnet-version : 7 .0.x
24+ dotnet-version : 8 .0.x
2525 - name : Publish ${{ matrix.architecture }}
2626 run : dotnet publish ./dev-proxy/dev-proxy.csproj -c Release -p:PublishSingleFile=true -r ${{ matrix.architecture }} --self-contained -o ./${{ env.release }}
2727 - name : Build plugins
2828 run : dotnet build ./dev-proxy-plugins/dev-proxy-plugins.csproj -c Release -r ${{ matrix.architecture }} --no-self-contained
2929 - name : Add plugins to output
30- run : cp ./dev-proxy/bin/Release/net7 .0/${{ matrix.architecture }}/plugins ./${{ env.release }} -r
30+ run : cp ./dev-proxy/bin/Release/net8 .0/${{ matrix.architecture }}/plugins ./${{ env.release }} -r
3131 - name : Remove unnecessary files
3232 run : |
3333 pushd
Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
2121 with :
22- dotnet-version : 7 .0.x
22+ dotnet-version : 8 .0.x
2323 - name : Restore workloads
2424 run : dotnet workload restore
2525 - name : Restore dependencies
Original file line number Diff line number Diff line change 1010 "request" : " launch" ,
1111 "preLaunchTask" : " build" ,
1212 // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/dev-proxy/bin/Debug/net7 .0/devproxy.dll" ,
13+ "program" : " ${workspaceFolder}/dev-proxy/bin/Debug/net8 .0/devproxy.dll" ,
1414 "args" : [],
15- "cwd" : " ${workspaceFolder}/dev-proxy/bin/Debug/net7 .0" ,
15+ "cwd" : " ${workspaceFolder}/dev-proxy/bin/Debug/net8 .0" ,
1616 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
1717 "console" : " integratedTerminal" ,
1818 "stopAtEntry" : false ,
Original file line number Diff line number Diff line change 1010 "request" : " launch" ,
1111 "preLaunchTask" : " build" ,
1212 // If you have changed target frameworks, make sure to update the program path.
13- "program" : " ${workspaceFolder}/bin/Debug/net7 .0/dev-proxy.dll" ,
13+ "program" : " ${workspaceFolder}/bin/Debug/net8 .0/dev-proxy.dll" ,
1414 "args" : [],
1515 "cwd" : " ${workspaceFolder}" ,
1616 // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
You can’t perform that action at this time.
0 commit comments