kniEngine / kni

KNI is a cross-platform C# game framework.
Other
127 stars 9 forks source link

The 3.13.9001 installer installs project templates using 3.9.9001 #1760

Closed davidhesselbom closed 1 month ago

davidhesselbom commented 1 month ago

The 3.13.9001 installer installs project templates using the 3.9.9001 nuget packages and .NET 6 (at least for BlazorGL), so the first thing you need to do after creating a new project is to manually migrate everything into a newer version...

What version of KNI does the bug occur on:

What operating system are you using:

What KNI platform are you using:

jordi-z80 commented 1 month ago

I had a similar problem, but with 3.12 instead of 3.9.

The problem was with the visual studio template cache, I ran the developer command prompt for VS2022 and then ran devenv /updateconfiguration IIRC (as admin) that refreshed the templates.

davidhesselbom commented 1 month ago

That did the trick, thanks!

nkast commented 1 month ago

Hopefully this will get fixed in VS2022 one day, or we will have nuget templates by then.