exercism / fsharp

Exercism exercises in F#.
https://exercism.org/tracks/fsharp
MIT License
108 stars 100 forks source link

Upgrade to .NET 6 #1031

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

With .NET 6 released, we should be updating all exercises to .NET 6. This will allow students to use F# 6, which has some nice features.

Note that we should make sure that the fsharp-test-runner, fsharp-representer and fsharp-analyzer all work. We likely want to update them to .NET 6 too.

aage commented 2 years ago

@ErikSchierboom Is there any description of how the other tools you mentioned can be tested? The upgrading to .NET 6 is something I could look into, but I don't know how I could tell if I'd broken something.

Note that we should make sure that the fsharp-test-runner, fsharp-representer and fsharp-analyzer all work. We likely want to update them to .NET 6 too.

ErikSchierboom commented 2 years ago

Ah, this issue should actually have been closed by https://github.com/exercism/fsharp/pull/1042, sorry!

aage commented 2 years ago

No prob!