ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 109 forks source link

IKVM.NET.Sdk incompatible with Central Package Versions #506

Open AliveDevil opened 3 months ago

AliveDevil commented 3 months ago

Running dotnet build on the repro results in an error. ikvm-cpv.zip

Using DisableImplicitIkvmPackageReference resolves it (but forces adding PackageReference to every project).