diff --git a/.github/workflows/Build-And-Test.yml b/.github/workflows/Build-And-Test.yml
index aec71a4df..f50ef35c8 100644
--- a/.github/workflows/Build-And-Test.yml
+++ b/.github/workflows/Build-And-Test.yml
@@ -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
@@ -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
@@ -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
@@ -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
diff --git a/build/package_versions.settings.targets b/build/package_versions.settings.targets
index ebddc4a8a..1e614f84f 100644
--- a/build/package_versions.settings.targets
+++ b/build/package_versions.settings.targets
@@ -6,11 +6,11 @@
17.14.10225.1
- 16.7.1
+ 17.11.1
2.9.2
3.0.0
- 1.3.0
- 2.1.2
+ 6.0.2
+ 3.6.3
0.4.1
@@ -38,6 +38,6 @@
6.0.1
- 8.0.5
+ 10.0.0
\ No newline at end of file
diff --git a/eng/pipelines/tasks/UseDotNet.yml b/eng/pipelines/tasks/UseDotNet.yml
index eb4589924..2985aa022 100644
--- a/eng/pipelines/tasks/UseDotNet.yml
+++ b/eng/pipelines/tasks/UseDotNet.yml
@@ -3,4 +3,4 @@ steps:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
- version: 8.x
\ No newline at end of file
+ version: 10.x
\ No newline at end of file
diff --git a/src/OpenDebugAD7/OpenDebugAD7.csproj b/src/OpenDebugAD7/OpenDebugAD7.csproj
index 2529b0c82..b3b630985 100644
--- a/src/OpenDebugAD7/OpenDebugAD7.csproj
+++ b/src/OpenDebugAD7/OpenDebugAD7.csproj
@@ -14,7 +14,7 @@
$(MIDefaultOutputPath)\vscode
Exe
vscode
- net8.0
+ net10.0