Reputation: 59
I am attempting to extend my Xamarin Forms app to Uno to enable it to run in a browser using WASM. I am following the Xamarin Forms porting document at https://platform.uno/xamarin-forms. The article on that page entitled "Uno Platform for Xamarin.Forms Developers" has, as its Get Started, Step 1: Create a Xamarin.Forms project, Check “Place project and solution in the same directory”. My existing Xamarin Forms project (which I want to port) was not created with "Place project and solution in the same directory". How can I port this project which was not created with "Place project and solution in the same directory". Thank you.
Upvotes: 1
Views: 261
Reputation: 248
To use Uno Platform renderers for Xamarin.Forms, you need to make sure you are using Xamarin.Forms version 4.5.0-uno.571.
Upvotes: 2