stride3d / stride

Stride Game Engine (formerly Xenko)
https://stride3d.net
MIT License
6.32k stars 917 forks source link

fix: .NET 6 reference missed #2330

Closed Doprez closed 1 week ago

Doprez commented 1 week ago

PR Details

Updated error message to not confuse new users.

Should probably make a central var or something to make this better since there are a few places where .NET X is hard coded.

Types of changes

Checklist

Eideren commented 1 week ago

Would using the current runtime's dotnet version instead of a hard-written one work in those cases ?

Doprez commented 1 week ago

Good call: image