Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
added net5.0-windows target and Sample
not possibility to target net5.0-windows
🆕 What is the new behavior (if this is a feature change)?
target net5.0-windows
💥 Does this PR introduce a breaking change?
no
🐛 Recommendations for testing
start demo.windows sample
📝 Links to relevant issues/docs
the net5-windows target uses xamarin.forms 5 because 4.5 has no net5-windows target.
the other targets are still on Xamarin.Forms 4.5.
Another possibility would be to target all to Xamarin.forms 5.0 but then monodroid9.0 support would have to be dropped.
or still target Xamarin.forms 4.5
Another possibility would be to Fix the .NetCoreApp 3.1 Target to target Xamarin.Forms Wpf
🤔 Checklist before submitting
Further fixes:
I further fixed the uwp compilation error and tizen although compiles now.