fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
210 stars 56 forks source link

update to project-based build pipeline, use .net 6.0 #189

Closed kMutagene closed 2 years ago

kMutagene commented 2 years ago

This PR updates the project to use .NET 6 SDK for build and CI (it still targets netstandard2.0 as intended). It also moves away from the script based build pipeline to using a build project that manages its dependencies via msbuild/nuget (this completely removes paket) It also updates to the new fsdocs-tool for the docs pipeline.

[Required] please make sure you checked that

When this is merged, #188 should also not fail anymore