Skip to content

Commit

Permalink
Add more connectors to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 14, 2024
1 parent ba9503a commit a5cf584
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Build/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
public static class Consts
{
public static readonly string[] Solutions = { "DUI3-DX.slnf" };
public static readonly string[] Frameworks = { "net48" };
public static readonly (string, string)[] Projects =
{
("DUI3-DX\\Connectors\\Revit\\Speckle.Connectors.ArcGIS3", "net6.0-windows"),
("DUI3-DX\\Connectors\\Revit\\Speckle.Connectors.Autocad", "net48"),
("DUI3-DX\\Connectors\\Revit\\Speckle.Connectors.Revit2023", "net48"),
("DUI3-DX\\Connectors\\Revit\\Speckle.Connectors.ArcGIS3", "net48")
("DUI3-DX\\Connectors\\Revit\\Speckle.Connectors.Rhino7", "net48")
};

public static readonly string Root = "C:\\Users\\adam\\Git\\speckle-sharp";
}

0 comments on commit a5cf584

Please sign in to comment.