Replies: 2 comments
-
https://github.com/ikvmnet/ikvm?tab=readme-ov-file#notice-to-project-owners Unless it's a private nuget repository, in which case you can do whatever you want. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As wasabii said you shouldn't publish Java libraries to NuGet. However if you use them locally just edit your project file to include the DLL into the lib folder.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently facing an issue with including DLLs compiled via IKVM in a NuGet package.
I have a .NET project that references some .jar files via IKVM using IkvmReference. When I use dotnet publish, the compiled .jars and .dlls are correctly included in the output directory. However, when I try to publish the project as a NuGet package using dotnet pack, these compiled DLLs are not included in the resulting .nupkg file.
Beta Was this translation helpful? Give feedback.
All reactions