NowBI / Xamarin-Forms-Mobile-Template

A simple Xamarin Forms project with a pre-configured Visual Studio 2015 environment, View Templates, Themes, Observables and Reactive Properties, Dependency Injection via Autofac, Unit Tests via xUnit, and Crash Logging via HockeyApp to be used as a starting point for mobile projects deployed to Android and iOS.
MIT License
81 stars 17 forks source link

changed droid projects to not auto-target the lastest framework #1

Closed ChrisBye closed 7 years ago

ChrisBye commented 7 years ago

The droid projects were previously auto-targeting the latest Android framework version. This causes the csproj files to change whenever the solution is loaded. and could cause bad surprises if the new frameworks aren't exactly compatible with the app. It should be safer to update the target framework after vetting that new versions work as expected.