fsharp
fsharp copied to clipboard
Change TargetFramework to net7.0
Source Build needs all projects to build with a TargetFramework of net7.0 in order to build without pulling in prebuilt binaries.
@lbrussel I can take care of this for you. It's actually quite a lot of effort in this repo.
I can take care of this for you.
Thanks. The change in its current state works for the purposes of source build (unless you notice any functional issues) and we are already using it as a patch.
Deferring to this PR: https://github.com/dotnet/fsharp/pull/13706