patriksvensson / cupboard

A framework for provisioning local environments to a desired state, using the .NET SDK.
MIT License
761 stars 19 forks source link

bump Spectre.IO #44

Closed jetersen closed 2 years ago

jetersen commented 2 years ago

fixes #43

This started out trying to get rid of Mono.Posix.NETStandard but I see now that it is used for chmod and unix file permissions, which I guess have no dotnet 6 alternative.

snitch src

Analyzing Cupboard.sln
Analyzing Sandbox...
  * Analyzing Cupboard (net6.0)...
    * Analyzing Cupboard.Core (net6.0)...
    * Analyzing Cupboard.Providers (net6.0)...
    * Analyzing Cupboard.Providers.Windows (net6.0)...
Analyzing Cupboard.Tests...
  * Analyzing Cupboard.Testing (net6.0)...

╭────────────────────────────────────────────────────╮
│  Packages that can be removed from Cupboard.Tests: │
│ ┌─────────────────────────┬──────────────────────┐ │
│ │ Package                 │ Referenced by        │ │
│ ├─────────────────────────┼──────────────────────┤ │
│ │ Spectre.IO.Testing      │ Cupboard.Testing     │ │
│ └─────────────────────────┴──────────────────────┘ │
╰────────────────────────────────────────────────────╯
patriksvensson commented 2 years ago

Merged! Thank you for your contribution. Much appreciated! 👍