Skip to content

Commit f224935

Browse files
authored
Add to build (#525)
1 parent f4765b9 commit f224935

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Build/Consts.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ public static class Consts
5858
new("Connectors/Tekla/Speckle.Connector.Tekla2023", "net48"),
5959
new("Connectors/Tekla/Speckle.Connector.Tekla2024", "net48")
6060
]
61+
),
62+
new(
63+
"etabs",
64+
[
65+
new("Connectors/CSi/Speckle.Connectors.ETABS21", "net48"),
66+
new("Connectors/CSi/Speckle.Connectors.ETABS22", "net8.0-windows"),
67+
]
6168
)
6269
};
6370
}

0 commit comments

Comments
 (0)