.NET version required #373
-
I want to verify that this tool with only work on Windows computers with .NET 6 installed, and will not work on Windows computers that only have prior versions of .NET installed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @Gitoffthelawn Since the beginning of STM there has been a long process of frameworks. We started in the net4.5 up to net4.8. When I change the net6.0-windows10.0.22000.0 to net48, then currently I get 406 errors and 97 warnings when compiling. Of course, we understand that many people don't want to install an additional framework or that certain rights are often necessary in companies. There is a discussion here about whether the new frameworks should be pre-installed in new windows versions: |
Beta Was this translation helpful? Give feedback.
Hey @Gitoffthelawn
Thank you for the feedback and the discussion.
Since the beginning of STM there has been a long process of frameworks. We started in the net4.5 up to net4.8.
We then had to switch to .net core 2, then .net core 3.1 to get into the microsoft store. The last step was to switch to the framework net5 and then net6 in order to always continue the program at the cutting edge of technology. Going back would be extremely time-consuming. It would be a parallel development. Even if we got donations for it, it probably wouldn't be worth the effort, it would be too much work, to develop and test foreach framework paralell.
When I change the net6.0-windows10.0.22000.0 to net48, then…