From 0d732ce99e40f6b167ad01e03107c360f4794411 Mon Sep 17 00:00:00 2001 From: softworkz Date: Thu, 11 Dec 2025 22:07:37 +0100 Subject: [PATCH] Partially revert "Drop .NET 6.0, default to .NET 10.0 and update dependencies" --- src/ElectronNET.API/ElectronNET.API.csproj | 6 +++--- src/ElectronNET.AspNet/ElectronNET.AspNet.csproj | 8 +++++++- src/ElectronNET.Build/ElectronNET.Build.csproj | 8 +++++--- src/ElectronNET/ElectronNET.csproj | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/ElectronNET.API/ElectronNET.API.csproj b/src/ElectronNET.API/ElectronNET.API.csproj index a6b0123d..7a1cda19 100644 --- a/src/ElectronNET.API/ElectronNET.API.csproj +++ b/src/ElectronNET.API/ElectronNET.API.csproj @@ -3,7 +3,7 @@ - net8.0;net10.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix).API $(PackageId) @@ -28,8 +28,8 @@ runtime; build; native; contentfiles; analyzers - - + + diff --git a/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj b/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj index e4e2a98f..1c098ca2 100644 --- a/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj +++ b/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj @@ -3,7 +3,7 @@ - net8.0;net10.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix).AspNet $(PackageId) @@ -14,12 +14,18 @@ disable ElectronNET + + 1701;1702;4014;CS4014;CA1416;CS1591 + 1701;1702;4014;CS4014;CA1416;CS1591 1701;1702;4014;CS4014;CA1416;CS1591 + + 1701;1702;4014;CS4014;CA1416;CS1591 + 1701;1702;4014;CS4014;CA1416;CS1591 diff --git a/src/ElectronNET.Build/ElectronNET.Build.csproj b/src/ElectronNET.Build/ElectronNET.Build.csproj index cd1541c5..e7cb1b9e 100644 --- a/src/ElectronNET.Build/ElectronNET.Build.csproj +++ b/src/ElectronNET.Build/ElectronNET.Build.csproj @@ -8,7 +8,7 @@ - + @@ -25,9 +25,11 @@ - + - + diff --git a/src/ElectronNET/ElectronNET.csproj b/src/ElectronNET/ElectronNET.csproj index 157b54c7..2298cd7e 100644 --- a/src/ElectronNET/ElectronNET.csproj +++ b/src/ElectronNET/ElectronNET.csproj @@ -3,7 +3,7 @@ - net8.0;net10.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix) $(PackageId)