I work as a test engineer and I am trying to connect my automation test that I generated in the Ranorex software to Jenkins so that I can have scheduled tests. However, I'm have a few problems setting up the connection between my Ranorex and Jenkins. The main error I seem to be facing is displaying on the console like this:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\RanorexIntegration\testAutomation\testAutomation.csproj]
Can someone please help?