You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install latest version .NET SDK 5.0.100-rc.2 I am not able to compile the project, because NuGetRestore downloads FSharp.Core v5.0.0 in nunit.testdata.fsharp project. It errors out with the following message: "Package FSharp.Core 5.0.0 is not compatible with net45"
If I install version .NET SDK 5.0.100-preview.6 (which is listed in global.json) NuGetRestore downloads FSharp.Core v4.7.2 which lets me compile the solution without any errors.