-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 and .NET 4.5 issue #476
Comments
Hi, I believe it should work. Based on Microsoft doc (https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/version-compatibility), it says: Maybe the link could help ? |
If I don't have 4.5 installed I cannot load project. Visual Studio brings me a screen to update the project's framework to 4.8, which is installed with OS. So, even if it is compatible, if it is not installed, Visual Studio does not know that it could load it. This means every time when you made an update to project and I sync my fork I have to undo all my modifications to my local branch to be able to pull the new version. Thanks. |
Hello, Ok, we will keep that in mind. You are the first to raise this issue, but if the community wants this, we will consider it. |
Hi.
I have Windows 11 which came with .NET 4.8 preinstalled. I cannot install .NET 4.5 to be able to load the forked project in visual studio. So I need to update each time a new version appears.
Can you update the assembly to run with .NET 4.8 instead of 4.5 ?
Thanks.
The text was updated successfully, but these errors were encountered: