Bug with visual studio 2022 update

Hello,
Creating a new DOTVVM (.net framework, didn’t try for .net core) project results in error with file/dependency:

" System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

Started happening after updating VS 2022 to 17.8.2

Greetings,

I had to downgrade System.Runtime.CompilerServices.Unsafe to 4.X.X (the project comes with 6.0.0) is there any problem with that?