Conversation
|
Thanks! |
|
Is v145 available in VS 2022 though? If not, it means we are now forcing the use of VS 2026 in order to build Stride. The doc would need update. |
But you can build Stride 4.3 only with VS 2026? |
|
I thought VS2026 was already a requirement since .NET 10.0 switch (Compiling .NET 10 with Visual Studio 2022 is generally not officially supported) |
|
Also, should this PR update also this? Lines 44 to 46 in d6c133c Note, ideally, we need exact wordings e.g. I can do a separate PR for stride-docs.. |
PR Details
My VS 2026 wouldn't compile no matter what I did because Windows Desktop couldn't find MSVC 143 (even though I had it installed). So I changed the target platform to 145, and everything worked fine. Since the project is already being compiled using VS2026, it's unnecessary for these projects to depend on 143.
Related Issue
Types of changes
Checklist