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

SAM - csproj should use target sharing #3367

Closed cdhanna closed 3 months ago

cdhanna commented 3 months ago

The current csproj in the templates defines all the build targets directly, as well as some properties- but we should research how to pull these targets in from an external location, ideally, the nuget package itself.

cdhanna commented 3 months ago

sort of an open research question how to do this

cdhanna commented 3 months ago

this is done in https://github.com/beamable/BeamableProduct/pull/3368