diff --git a/src/Orc.SystemInfo.Example/Orc.SystemInfo.Example.csproj b/src/Orc.SystemInfo.Example/Orc.SystemInfo.Example.csproj index 3f25ed2f..b5941df9 100644 --- a/src/Orc.SystemInfo.Example/Orc.SystemInfo.Example.csproj +++ b/src/Orc.SystemInfo.Example/Orc.SystemInfo.Example.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows Orc.SystemInfo.Example Orc.SystemInfo.Example en-US diff --git a/src/Orc.SystemInfo.Tests/Orc.SystemInfo.Tests.csproj b/src/Orc.SystemInfo.Tests/Orc.SystemInfo.Tests.csproj index c2bb749e..4877b4cc 100644 --- a/src/Orc.SystemInfo.Tests/Orc.SystemInfo.Tests.csproj +++ b/src/Orc.SystemInfo.Tests/Orc.SystemInfo.Tests.csproj @@ -1,4 +1,4 @@ - +a net8.0-windows Orc.SystemInfo.Tests diff --git a/src/Orc.SystemInfo.Tests/Wmi/WindowsManagementObjectEnumeratorFacts.cs b/src/Orc.SystemInfo.Tests/Wmi/WindowsManagementObjectEnumeratorFacts.cs index 2931cd06..2ffd3951 100644 --- a/src/Orc.SystemInfo.Tests/Wmi/WindowsManagementObjectEnumeratorFacts.cs +++ b/src/Orc.SystemInfo.Tests/Wmi/WindowsManagementObjectEnumeratorFacts.cs @@ -1,10 +1,5 @@ namespace Orc.SystemInfo.Tests { - using System; - using System.Collections.Generic; - using System.Linq; - using System.Text; - using System.Threading; using System.Threading.Tasks; using Moq; using NUnit.Framework; diff --git a/src/Orc.SystemInfo/Orc.SystemInfo.csproj b/src/Orc.SystemInfo/Orc.SystemInfo.csproj index 8799cec5..1c0c6a3c 100644 --- a/src/Orc.SystemInfo/Orc.SystemInfo.csproj +++ b/src/Orc.SystemInfo/Orc.SystemInfo.csproj @@ -1,6 +1,6 @@ - net6.0;net8.0 + net6.0;net8.0;net9.0 Orc.SystemInfo Orc.SystemInfo en-US @@ -18,7 +18,7 @@ - + @@ -34,16 +34,20 @@ + + + + - - + + - - + + diff --git a/src/Orc.SystemInfo/costura64/WbemShim.dll b/src/Orc.SystemInfo/costura-win-x64/WbemShim.dll similarity index 100% rename from src/Orc.SystemInfo/costura64/WbemShim.dll rename to src/Orc.SystemInfo/costura-win-x64/WbemShim.dll diff --git a/src/Orc.SystemInfo/costura32/WbemShim.dll b/src/Orc.SystemInfo/costura-win-x86/WbemShim.dll similarity index 100% rename from src/Orc.SystemInfo/costura32/WbemShim.dll rename to src/Orc.SystemInfo/costura-win-x86/WbemShim.dll