User Profile
George1251
Copper Contributor
Joined Jan 05, 2021
User Widgets
Recent Discussions
Re: [Sandbox] It was not possible to find any compatible framework version
gracechen the following work around worked in my case. Locate the .csproj file (might be more than one, in which case do the same to each) Locate the following line <TargetFramework>netcoreapp2.2</TargetFramework> Change it to <TargetFramework>netcoreapp3.1</TargetFramework> Save, Close and Try again Hope this helps13KViews1like2Comments
Recent Blog Articles
No content to show