Skip to content
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

Is it possible to build a different output for the same TargetFramework #295

Open
richaplinvs opened this issue Aug 12, 2022 · 0 comments
Open

Comments

@richaplinvs
Copy link

richaplinvs commented Aug 12, 2022

I am trying to build two dlls using the same TFM. I have multiple TFMs <TargetFrameworks>Xamarin.iOS10;MonoAndroid10.0</TargetFrameworks> and conditional compilations for the source files <ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">.

However I want to be able to generate two different .dlls for MonoAndroid and can't see how to do this without replicating the csproj file with a specific name.

Is there a simpler way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant