Files
speckle-sharp-host-apis/Build/Consts.cs
T
Adam Hathcock 706b788177 Add CI build (#1)
* add package management and build

* add GA workflows

* add build files

* change build permissions

* add MinVer and GitHub source link

* get packing right
2024-06-06 12:08:19 +01:00

7 lines
124 B
C#

namespace Build;
public static class Consts
{
public static readonly string[] Solutions = { "Speckle.Host.Apis.sln" };
}