Steven Scearce
Steven Scearce

Reputation: 59

Extending an existing Xamarin Forms app to Uno to enable it to run in a browser using WASM

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

Answers (1)

sasha_krsmanovic
sasha_krsmanovic

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

Related Questions