Skip to content

Commit

Permalink
improve compatibility with System Extensions 5
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairlundy committed Nov 9, 2024
1 parent 5768272 commit 41b5863
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
4 changes: 1 addition & 3 deletions PlatformKit/Core/Identification/RuntimeIdentification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion PlatformKit/PlatformKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AlastairLundy.Extensions.System" Version="5.*" />
<PackageReference Include="AlastairLundy.Extensions.System" Version="[5.3.0, 6.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PlatformKit/Platforms/Linux/LinuxOsReleaseRetriever.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 2 additions & 3 deletions PlatformKit/Platforms/Windows/WindowsAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 41b5863

Please sign in to comment.