We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3472558 + 09ec539 commit d1872b2Copy full SHA for d1872b2
src/Components/Forge.fs
@@ -160,6 +160,7 @@ module Forge =
160
"websharpersuave"
161
"servicefabrichost"
162
"servicefabricsuavestateless"
163
+ "nancyselfhosted"
164
] |> ResizeArray
165
166
@@ -203,6 +204,7 @@ module Forge =
203
204
205
206
207
208
209
210
@@ -246,4 +248,4 @@ module Forge =
246
248
commands.registerCommand("fsharp.RemoveReference", removeReference |> unbox) |> ignore
247
249
refreshTemplates () |> ignore
250
- ()
251
+ ()
0 commit comments