Created - 13th-Jan-2024 Trying to re-learn app development using .Net framework.
Installed "Microsoft Visual Studio Community 2022 (64-bit) - Current". It comes with .Net SDK 8. which is very recent release and some of libraries might not be available for same. Hence added .Net 7 (dotnet-sdk-7.0.404-win-x64.exe).
Challenges:
Error - Unable to resolve 'Dependency (>= 1.0.0)' for 'TargetFramework'
Sol. - https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping. Added Nuget repository as PackageSource in configuration file in path - C:\Users\rohit\AppData\Roaming\NuGet\NuGet.config
setting default browser in Visual studio..