LittleFunny
LittleFunny

Reputation: 8375

Android: TargetFrameworkVersion is greater than my project

At the moment, I have installed some packages from nuget. I realized there are warning saying the target framework is greater than my setting in my project. When I ran my application, the application still running. Do I have to change my target framework as the packages required. If I leave it as it is, will my project still ok.

Upvotes: 4

Views: 3827

Answers (1)

distante
distante

Reputation: 7005

Late to the show but I fixed this cleaning a couple of cs files from the temp folder in:

..\Users\YOUR_USER\AppData\Local\Temp\

one of those will be MonoAndroid,Version=v6.0.AssemblyAttributes.cs

Upvotes: 1

Related Questions