I am new to UWP development, facing following deployment error.
Error : DEP3320 : Target device's operating system version does not meet the application's minimum requirement. Minimum required operating system is Windows 10.0.
I am using Lumia 930 device which has 8.1 OS. So is it possible to build and deploy my application on this device. I can't manage Windows 10 device right now. So is there any other way to built the UWP project. Currently I'm using the simulator for debugging purpose and it's going well but I can't able to deploy the project with simulator. It gives an error:
Loading assembly "C:\Users\ngulati.nuget\packages\System.Private.Uri\4.0.0\runtimes\win8-aot\lib\netcore50\System.Private.Uri.dll" failed. System.IO.FileNotFoundException: Could not load file or assembly 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.File name: 'System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Can anyone help me in this case?