Errors in /libuv-package/src/Libuv/project.jsonUnable to resolve 'Microsoft.AspNetCore.Internal.libuv-Darwin (>= 1.10.0)' for '.NETStandard,Version=v1.0'.Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Windows (>= 1.10.0)' for '.NETStandard,Version=v1.0'.Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Linux (>= 1.10.0)' for '.NETStandard,Version=v1.0'.fail: Exit code 1 from dotnet
I known Libuv transport is no longer being worked on and is obsolete in 5.0, https://github.com/dotnet/aspnetcore/issues/25665 but useded in aspnetcore 3.1.
Now I have support build libuv.so mips64 arch, https://github.com/aspnet/libuv-build/pull/39 , but I build Libuv.nupkg failed https://github.com/aspnet/libuv-package ,the info is :
Errors in /libuv-package/src/Libuv/project.json
Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Darwin (>= 1.10.0)' for '.NETStandard,Version=v1.0'.
Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Windows (>= 1.10.0)' for '.NETStandard,Version=v1.0'.
Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Linux (>= 1.10.0)' for '.NETStandard,Version=v1.0'.
fail: Exit code 1 from dotnet
so,Can you help me to rebuild the Libuv.1.10.0.nupkg for mips64 arch with the PR https://github.com/aspnet/libuv-build/pull/39 ?