706b788177
* add package management and build * add GA workflows * add build files * change build permissions * add MinVer and GitHub source link * get packing right
7 lines
124 B
C#
7 lines
124 B
C#
namespace Build;
|
|
|
|
public static class Consts
|
|
{
|
|
public static readonly string[] Solutions = { "Speckle.Host.Apis.sln" };
|
|
}
|