2gis / Winium.Cruciatus

C# Framework for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
137 stars 66 forks source link

Framework issue while addin at nuget to vs2010 #65

Open Ramesh5317 opened 8 years ago

Ramesh5317 commented 8 years ago

winium framework issue

NickAb commented 8 years ago

This is because Winium.Cruciatus targets .NET framework version 4.5 and your project is targeting framework version 4.0.

This can be fixed by updating your project to framework 4.5 if updating framework is acceptable option for you.