Skip to content

PPWCode.Server.Core 3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:37

Changes

  • Supported targets: .NET 8.0, .NET 9.0, .NET 10.0
  • Build and publish workflows on GitHub actions
  • Upgraded dependencies
  • Initial version of documentation, available on PPWCode .NET Docs
  • Reproducible builds
    • Locking the compiler version to ensure reproducible builds
      • Compiler version is now tracked through global.json
    • Strict locking when restoring dependencies (dotnet restore --locked-mode)

Breaking

  • Remove support for target .NET 6.0

View full changelog →