Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/Build-And-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 10.0.x

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 10.0.x

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 10.0.x

- name: Build
run: dotnet build ${{ github.workspace }}/src/MIDebugEngine-Unix.sln
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 10.0.x

- name: Build
run: dotnet build ${{ github.workspace }}/src/MIDebugEngine-Unix.sln
Expand Down
8 changes: 4 additions & 4 deletions build/package_versions.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<Microsoft_VisualStudio_Shared_VSCodeDebugProtocol_Version>17.14.10225.1</Microsoft_VisualStudio_Shared_VSCodeDebugProtocol_Version>

<!-- Test Packages -->
<Microsoft_NET_Test_Sdk_Version>16.7.1</Microsoft_NET_Test_Sdk_Version>
<Microsoft_NET_Test_Sdk_Version>17.11.1</Microsoft_NET_Test_Sdk_Version>
<xunit_Version>2.9.2</xunit_Version>
<xunit_runner_visualstudio_Version>3.0.0</xunit_runner_visualstudio_Version>
<coverlet_collector_Version>1.3.0</coverlet_collector_Version>
<MSTest_TestFramework_Version>2.1.2</MSTest_TestFramework_Version>
<coverlet_collector_Version>6.0.2</coverlet_collector_Version>
<MSTest_TestFramework_Version>3.6.3</MSTest_TestFramework_Version>

<!-- Build Dependencies -->
<Microsoft_VisualStudioEng_MicroBuild_Core_Version>0.4.1</Microsoft_VisualStudioEng_MicroBuild_Core_Version>
Expand Down Expand Up @@ -38,6 +38,6 @@

<!-- For Component Governance -->
<Microsoft_IO_Redist_Version>6.0.1</Microsoft_IO_Redist_Version>
<System_Text_Json_Version>8.0.5</System_Text_Json_Version>
<System_Text_Json_Version>10.0.0</System_Text_Json_Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/pipelines/tasks/UseDotNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ steps:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 8.x
version: 10.x
2 changes: 1 addition & 1 deletion src/OpenDebugAD7/OpenDebugAD7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<OutputPath>$(MIDefaultOutputPath)\vscode</OutputPath>
<OutputType>Exe</OutputType>
<DropSubDir>vscode</DropSubDir>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>

<!--
For non-Windows platforms, .NET Core depends on libicu for data about locales and international settings.
Expand Down
2 changes: 1 addition & 1 deletion src/tools/MakePIAPortableTool/MakePIAPortableTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>

<OutputPath>$(MIDefaultOutputPath)tools</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion test/CppTests/CppTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\build\debuggertesting.settings.targets" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>

<IsPackable>false</IsPackable>

Expand Down
8 changes: 4 additions & 4 deletions test/CppTests/CppTests.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
</metadata>
<files>
<file src="$binRoot$CppTests.dll" target="lib\net8.0" />
<file src="$binRoot$CppTests.pdb" target="lib\net8.0" />
<file src="$binRoot$DebuggerTesting.dll" target="lib\net8.0" />
<file src="$binRoot$DebuggerTesting.pdb" target="lib\net8.0" />
<file src="$binRoot$CppTests.dll" target="lib\net10.0" />
<file src="$binRoot$CppTests.pdb" target="lib\net10.0" />
<file src="$binRoot$DebuggerTesting.dll" target="lib\net10.0" />
<file src="$binRoot$DebuggerTesting.pdb" target="lib\net10.0" />
<file src="$binRoot$contentFiles\**\*" target="contentFiles" />
</files>
</package>
2 changes: 1 addition & 1 deletion test/DebugAdapterRunner/DebugAdapterRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<AssemblyName>dar</AssemblyName>
<RootNamespace>DebugAdapterRunner</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>

<ItemGroup Label="Package References">
Expand Down
4 changes: 2 additions & 2 deletions test/DebugAdapterRunner/DebugAdapterRunner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</dependencies>
</metadata>
<files>
<file src="$binRoot$dar.dll" target="lib\net8.0" />
<file src="$binRoot$dar.pdb" target="lib\net8.0" />
<file src="$binRoot$dar.dll" target="lib\net10.0" />
<file src="$binRoot$dar.pdb" target="lib\net10.0" />
</files>
</package>
2 changes: 1 addition & 1 deletion test/DebuggerTesting/DebuggerTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="..\..\build\debuggertesting.settings.targets" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
Loading