I just did a fresh install of visual studio community edition. When I start a new project and choose 'Blank App (Universal Windows)' I get this error during project creation:
Package Installation Error Could not add all required packages to the project. The following packages failed to install from 'C:\Program Files (x86)\Microsoft SDKs\NETCoreSDK': Microsoft.NetCore.UniversalWindowsPlatform.5.0.0: Package restore failed. Rolling back package changes for 'AppTest'
Any ideas what the cause of this error can be?
I installed all the Universal Windows App Development Tools: - Tools (1.3.2) and Windows 10 SDK (10.0.10586) - Emulators for Windows 10 Mobile (10.0.10586) - Windows 10 SDK (10.0.10240).
What am i missing. How can I solve this issue?