-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Architecture-specific folders #16381
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I'd ran into this. PackageReference supports the rid specification, but ProjectReference doesn't. I had to workaround by creating a temporary nupkg. |
I'm from dotnet/runtime#65420, Or , we should make the metadata |
From dotnet/runtime#65420 too. Now that both iOS and Android supports this NuGet convention. However, if I don't want to create a native package, I need to use
I really hope we have a unified item to cover all these differences. Please also see #19929. |
What is the correct way to create a c# project with native dependencies
and make them flow to other project that depend on it ?
We are able to do it in nuget placing assets in the runtimes/rid/folders, but what is the csporj equivalent ?
Thanks
The text was updated successfully, but these errors were encountered: