beamable / BeamableProduct

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

CLI - Storage is being created with the wrong sdk version (1.15.x) #3371

Closed cdhanna closed 3 months ago

cdhanna commented 3 months ago

when you run beam project new service Tuna --version xyz, it will run a dotnet command to update the newly created service to Beamable version xyz. However, this doesn't seem to be happening for storages, but it should!

The ProjectService.UpdateProjectDependencyVersion method needs to be called from the storage flow.

cdhanna commented 3 months ago

this is already done.