beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
4 stars 0 forks source link

CLI QA - project needs default roll forward strategy #3417

Closed cdhanna closed 1 month ago

cdhanna commented 1 month ago

I only have dotnet 8 installed on my windows machine, and I got this error starting a new SAM project,

App: C:\Users\cdhan\Documents\SAM\Window\services\Window\bin\Debug\net6.0\Window.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
  7.0.11 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  8.0.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

This can be fixed by adding

 <RollForward>LatestMajor</RollForward>

into the SAM's msbuild.