File tree Expand file tree Collapse file tree
tools/MakePIAPortableTool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Install .NET Core
3030 uses : actions/setup-dotnet@v3
3131 with :
32- dotnet-version : 6 .0.x
32+ dotnet-version : 8 .0.x
3333
3434 - name : Setup MSBuild.exe
3535 uses : microsoft/setup-msbuild@v1.1
6161 - name : Install .NET Core
6262 uses : actions/setup-dotnet@v3
6363 with :
64- dotnet-version : 6 .0.x
64+ dotnet-version : 8 .0.x
6565
6666 - name : Setup MSBuild.exe
6767 uses : microsoft/setup-msbuild@v1.1
@@ -119,7 +119,7 @@ jobs:
119119 - name : Install .NET Core
120120 uses : actions/setup-dotnet@v3
121121 with :
122- dotnet-version : 6 .0.x
122+ dotnet-version : 8 .0.x
123123
124124 - name : Build
125125 run : dotnet build ${{ github.workspace }}/src/MIDebugEngine-Unix.sln
@@ -160,7 +160,7 @@ jobs:
160160 - name : Install .NET Core
161161 uses : actions/setup-dotnet@v3
162162 with :
163- dotnet-version : 6 .0.x
163+ dotnet-version : 8 .0.x
164164
165165 - name : Build
166166 run : dotnet build ${{ github.workspace }}/src/MIDebugEngine-Unix.sln
Original file line number Diff line number Diff line change 33 displayName : ' Use .NET Core sdk'
44 inputs :
55 packageType : sdk
6- version : 6 .x
6+ version : 8 .x
Original file line number Diff line number Diff line change 1414 <OutputPath >$(MIDefaultOutputPath)\vscode</OutputPath >
1515 <OutputType >Exe</OutputType >
1616 <DropSubDir >vscode</DropSubDir >
17- <TargetFramework >net6 .0</TargetFramework >
17+ <TargetFramework >net8 .0</TargetFramework >
1818
1919 <!--
2020 For non-Windows platforms, .NET Core depends on libicu for data about locales and international settings.
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <OutputType >Exe</OutputType >
7- <TargetFramework >net6 .0</TargetFramework >
7+ <TargetFramework >net8 .0</TargetFramework >
88
99 <OutputPath >$(MIDefaultOutputPath)tools</OutputPath >
1010 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
Original file line number Diff line number Diff line change 22 <Import Project =" ..\..\build\debuggertesting.settings.targets" />
33
44 <PropertyGroup >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66
77 <IsPackable >false</IsPackable >
88
Original file line number Diff line number Diff line change 1414 <copyright >© Microsoft Corporation. All rights reserved.</copyright >
1515 </metadata >
1616 <files >
17- <file src =" $binRoot$CppTests.dll" target =" lib\net6 .0" />
18- <file src =" $binRoot$CppTests.pdb" target =" lib\net6 .0" />
19- <file src =" $binRoot$DebuggerTesting.dll" target =" lib\net6 .0" />
20- <file src =" $binRoot$DebuggerTesting.pdb" target =" lib\net6 .0" />
17+ <file src =" $binRoot$CppTests.dll" target =" lib\net8 .0" />
18+ <file src =" $binRoot$CppTests.pdb" target =" lib\net8 .0" />
19+ <file src =" $binRoot$DebuggerTesting.dll" target =" lib\net8 .0" />
20+ <file src =" $binRoot$DebuggerTesting.pdb" target =" lib\net8 .0" />
2121 <file src =" $binRoot$contentFiles\**\*" target =" contentFiles" />
2222 </files >
2323</package >
Original file line number Diff line number Diff line change 1818 </dependencies >
1919 </metadata >
2020 <files >
21- <file src =" $binRoot$dar.dll" target =" lib\net6 .0" />
22- <file src =" $binRoot$dar.pdb" target =" lib\net6 .0" />
21+ <file src =" $binRoot$dar.dll" target =" lib\net8 .0" />
22+ <file src =" $binRoot$dar.pdb" target =" lib\net8 .0" />
2323 </files >
2424</package >
Original file line number Diff line number Diff line change 22 <Import Project =" ..\..\build\debuggertesting.settings.targets" />
33
44 <PropertyGroup >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments