You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Describe the bug
When cloning a repository template and subsequently compiling it, an exception may occur. The exception arises when multiple versions of VS2019/2022 are installed on the compilation PC in combination with multiple .NET frameworks. The repository does not explicitly specify which framework Visual Studio should use. Defining which .NET framework to use during compilation can be ensured by creating a global.json file at the project/solution level.