OneOf icon indicating copy to clipboard operation
OneOf copied to clipboard

Consider removing .NET 5 dependencies to build on MacOS ARM64

Open npcnixel opened this issue 2 years ago • 1 comments

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.

npcnixel avatar Mar 08 '23 22:03 npcnixel

I tried bumping Source Gen to NET 6 but there were some problems with AppVeyor build :/ https://github.com/mcintyre321/OneOf/pull/124

romfir avatar Mar 20 '23 23:03 romfir