Skip to content
Discussion options

You must be logged in to vote

There is a way and that is to build the project you want using the specific target framework:

dotnet build path/to/app.csproj -f net7.0-android

Or the other way:

dotnet build path/to/app.csproj -p:TargetFramework=net7.0-android

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@TommiGustafsson-HMP
Comment options

Answer selected by PureWeen
Comment options

You must be logged in to vote
3 replies
@TommiGustafsson-HMP
Comment options

@munkii
Comment options

@TommiGustafsson-HMP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants