diff --git a/PlatformKit/Core/Identification/RuntimeIdentification.cs b/PlatformKit/Core/Identification/RuntimeIdentification.cs index 17b2aff..bf37d89 100644 --- a/PlatformKit/Core/Identification/RuntimeIdentification.cs +++ b/PlatformKit/Core/Identification/RuntimeIdentification.cs @@ -25,9 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE using System; using System.Collections.Generic; using System.Runtime.InteropServices; - -using AlastairLundy.Extensions.System.Versioning; - +using AlastairLundy.Extensions.System.Strings.Versioning; using PlatformKit.Internal.Exceptions; using PlatformKit.Windows; diff --git a/PlatformKit/Core/Identification/TargetFrameworkIdentification.cs b/PlatformKit/Core/Identification/TargetFrameworkIdentification.cs index 1da921a..f77f847 100644 --- a/PlatformKit/Core/Identification/TargetFrameworkIdentification.cs +++ b/PlatformKit/Core/Identification/TargetFrameworkIdentification.cs @@ -26,9 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE using System.Linq; using System.Runtime.InteropServices; using System.Text; - -using AlastairLundy.Extensions.System.Versioning; - +using AlastairLundy.Extensions.System.Strings.Versioning; using PlatformKit.Internal.Exceptions; using PlatformKit.Mac; diff --git a/PlatformKit/PlatformKit.csproj b/PlatformKit/PlatformKit.csproj index 6a4bc4f..dbde0d1 100644 --- a/PlatformKit/PlatformKit.csproj +++ b/PlatformKit/PlatformKit.csproj @@ -96,7 +96,7 @@ - + diff --git a/PlatformKit/Platforms/Linux/LinuxOsReleaseRetriever.cs b/PlatformKit/Platforms/Linux/LinuxOsReleaseRetriever.cs index 7807132..9988d4d 100644 --- a/PlatformKit/Platforms/Linux/LinuxOsReleaseRetriever.cs +++ b/PlatformKit/Platforms/Linux/LinuxOsReleaseRetriever.cs @@ -28,7 +28,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE using System.Linq; using System.Threading.Tasks; -using AlastairLundy.Extensions.System.EscapeCharacters; +using AlastairLundy.Extensions.System.Strings.EscapeCharacters; using PlatformKit.Linux.Enums; using PlatformKit.Linux.Models; diff --git a/PlatformKit/Platforms/Windows/WindowsAnalyzer.cs b/PlatformKit/Platforms/Windows/WindowsAnalyzer.cs index df2c0d1..b6ee81a 100644 --- a/PlatformKit/Platforms/Windows/WindowsAnalyzer.cs +++ b/PlatformKit/Platforms/Windows/WindowsAnalyzer.cs @@ -24,13 +24,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE using System; using System.Collections.Generic; + using System.Runtime.InteropServices; using System.Runtime.Versioning; using AlastairLundy.Extensions.System; - -using AlastairLundy.Extensions.System.Versioning; - +using AlastairLundy.Extensions.System.Strings.Versioning; using PlatformKit.Internal.Deprecation; using PlatformKit.Internal.Exceptions;