2
Answers

package problem in xamarin

Photo of Deepak Saini

Deepak Saini

7y
188
1
package fab.forms.2.1.1 was restored using '.net framwork,version=v4.6.1' instead of the project target framwork=v2.0'.the package may not be fully compatible with your project.

Answers (2)

0
Photo of Rajeesh Menoth
NA 24.7k 629.6k 8y
Hi,
 
var is an implicit type and string is an explicit type but these declarations are functionaly equivalent
 
Reference :
 
http://stackoverflow.com/questions/16790143/what-is-the-difference-between-var-and-string-in-c
Accepted