OneOf
OneOf copied to clipboard
Consider removing .NET 5 dependencies to build on MacOS ARM64
As of right now dotnet build targeting MacOS ARM64 you get:
/usr/local/share/dotnet/sdk/7.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. /Users/.nuget/packages/fsharp.net.sdk/1.0.5/build/FSharp.NET.Core.Sdk.targets(170,9): error MSB6006: "dotnet" exited with code 150.
I tried bumping Source Gen to NET 6 but there were some problems with AppVeyor build :/ https://github.com/mcintyre321/OneOf/pull/124