From dfcb2345f37a18d26a3059100367c89c68bab1d8 Mon Sep 17 00:00:00 2001 From: softworkz Date: Fri, 14 Nov 2025 06:07:27 +0100 Subject: [PATCH] Test project: Update to .net10 --- .../ElectronNET.IntegrationTests.csproj | 12 ++++++------ src/testEnvironments.json | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 src/testEnvironments.json diff --git a/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj b/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj index 7793296..2bf93ad 100644 --- a/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj +++ b/src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj @@ -8,7 +8,7 @@ - net8.0 + net10.0 enable enable false @@ -16,14 +16,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/testEnvironments.json b/src/testEnvironments.json new file mode 100644 index 0000000..1208edc --- /dev/null +++ b/src/testEnvironments.json @@ -0,0 +1,17 @@ +{ + "version": "1", + "environments": [ + // See https://aka.ms/remotetesting for more details + // about how to configure remote environments. + { + "name": "WSL Ubuntu", + "type": "wsl", + "wslDistribution": "UbuFresh" + } + //{ + // "name": "Docker dotnet/sdk", + // "type": "docker", + // "dockerImage": "mcr.microsoft.com/dotnet/sdk" + //} + ] +} \ No newline at end of file