Forum Discussion
gracechen
Jan 03, 2021Copper Contributor
[Sandbox] It was not possible to find any compatible framework version
Got the sample code from github according to the instructions from Microsoft learning path. Edited the code necessary but could not run. The github location is https://github.com/MicrosoftDocs/mslear...
George1251
Jan 05, 2021Copper Contributor
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 helps
Steve_Bates_930
Jan 22, 2021Copper Contributor
THis worked for me. I edtied the .csproj file during the exercise
https://docs.microsoft.com/en-gb/learn/modules/monitor-diagnose-and-troubleshoot-azure-storage/4-exercise-storage-metrics
and it ran.
MAny thanks