Hello all, Antlr4 4.9.1 is out. This is mostly a small change from version 4.9, except that the mono runtime has changed drastically. Upstream now builds against netstandard2.0 and netstandard2.1, and I can no longer build with "xbuild Antlr4.mono.sln" because Antlr4.mono.sln is gone. I figured out that the package needs to BR: dotnet, and build with "dotnet build", and that we have to build against netstandard2.1 only. That works fine, but then we try to install with gacutil: Failure adding assembly runtime/CSharp/bin/Debug/netstandard2.1/Antlr4.Runtime.Standard.dll to the cache: Strong name cannot be verified for delay-signed assembly Upstream provides Antlr4.snk, which is the public key. They don't hand out their private key for obvious reasons, so I cannot sign with it. So I remove the signing bits from Antlr4.csproj and try again: Failure adding assembly runtime/CSharp/bin/Debug/netstandard2.1/Antlr4.Runtime.Standard.dll to the cache: Attempt to install an assembly without a strong name I don't understand Mono or .NET at all, really. Can somebody who does tell me what I'm supposed to do? The SRPM (with a delay-signed assembly) is here: https://jjames.fedorapeople.org/antlr4/antlr4-project-4.9.1-1.fc33.src.rpm Thank you! -- Jerry James http://www.jamezone.org/ _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx