diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e7cfb..093dc5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 10.0.x - name: Build run: ./build.sh @@ -35,6 +36,7 @@ jobs: dotnet-version: | 6.0.x 8.0.x + 10.0.x - name: Build run: | diff --git a/docs/GettingStarted/Console-App.md b/docs/GettingStarted/Console-App.md index f9efe16..c848373 100644 --- a/docs/GettingStarted/Console-App.md +++ b/docs/GettingStarted/Console-App.md @@ -49,12 +49,12 @@ Add the Electron.NET configuration to your `.csproj` file: ```xml Exe - net8.0 + net10.0 win-x64 - + ``` diff --git a/docs/Using/Package-Building.md b/docs/Using/Package-Building.md index 110c850..2838595 100644 --- a/docs/Using/Package-Building.md +++ b/docs/Using/Package-Building.md @@ -28,7 +28,7 @@ Add publish profiles to `Properties/PublishProfiles/`: Any CPU publish\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\ FileSystem - net8.0 + net10.0 win-x64 true false @@ -48,7 +48,7 @@ Add publish profiles to `Properties/PublishProfiles/`: Any CPU publish\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\ FileSystem - net8.0 + net10.0 linux-x64 true false @@ -68,7 +68,7 @@ Add publish profiles to `Properties/PublishProfiles/`: Any CPU publish\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\ FileSystem - net8.0 + net10.0 win-x64 false false @@ -89,7 +89,7 @@ Add publish profiles to `Properties/PublishProfiles/`: Any CPU publish\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\ FileSystem - net8.0 + net10.0 linux-x64 false false diff --git a/src/ElectronNET.API/ElectronNET.API.csproj b/src/ElectronNET.API/ElectronNET.API.csproj index 3043599..3a50011 100644 --- a/src/ElectronNET.API/ElectronNET.API.csproj +++ b/src/ElectronNET.API/ElectronNET.API.csproj @@ -3,7 +3,7 @@ - net6.0;net8.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix).API $(PackageId) diff --git a/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj b/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj index 17cdd14..1c098ca 100644 --- a/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj +++ b/src/ElectronNET.AspNet/ElectronNET.AspNet.csproj @@ -3,7 +3,7 @@ - net6.0;net8.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix).AspNet $(PackageId) @@ -20,12 +20,18 @@ 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/ElectronNET.csproj b/src/ElectronNET/ElectronNET.csproj index 9a7e9a2..48abf45 100644 --- a/src/ElectronNET/ElectronNET.csproj +++ b/src/ElectronNET/ElectronNET.csproj @@ -3,7 +3,7 @@ - net6.0;net8.0 + net6.0;net8.0;net10.0 ..\..\artifacts $(PackageNamePrefix) $(PackageId)