Skip to content

Conversation

@mchaloupka
Copy link
Collaborator

  • Remove net452 targets from all projects
  • Delete netfx.props (Mono support no longer needed)
  • Update test/example projects from net6.0 to net9.0
  • Keep netstandard2.0 for library projects (TickSpec, TickSpec.Xunit)
  • Update GitHub Actions to .NET 9.0.x and actions v4
  • Remove Linux framework workaround from Build.fs
  • Simplify Directory.Build.props (remove explicit FSharp.Core pinning)
  • Update package dependencies to latest versions:
    • NUnit 3.14.0, NUnit3TestAdapter 4.5.0
    • Microsoft.NET.Test.Sdk 17.12.0
    • Xunit 2.9.3, xunit.runner.visualstudio 3.0.1
    • MSTest 3.7.0, Autofac 8.2.0, Expecto 10.2.1
    • Microsoft.SourceLink.GitHub 8.0.0
  • Fix Expecto API change (runTestsInAssemblyWithCLIArgs)
  • Fix NUnit CollectionAssert usage in Prelude.fs
  • Remove unnecessary System.Runtime references

mchaloupka and others added 2 commits January 20, 2026 22:08
- Remove net452 targets from all projects
- Delete netfx.props (Mono support no longer needed)
- Update test/example projects from net6.0 to net9.0
- Keep netstandard2.0 for library projects (TickSpec, TickSpec.Xunit)
- Update GitHub Actions to .NET 9.0.x and actions v4
- Remove Linux framework workaround from Build.fs
- Simplify Directory.Build.props (remove explicit FSharp.Core pinning)
- Update package dependencies to latest versions:
  - NUnit 3.14.0, NUnit3TestAdapter 4.5.0
  - Microsoft.NET.Test.Sdk 17.12.0
  - Xunit 2.9.3, xunit.runner.visualstudio 3.0.1
  - MSTest 3.7.0, Autofac 8.2.0, Expecto 10.2.1
  - Microsoft.SourceLink.GitHub 8.0.0
- Fix Expecto API change (runTestsInAssemblyWithCLIArgs)
- Fix NUnit CollectionAssert usage in Prelude.fs
- Remove unnecessary System.Runtime references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants