You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($netRef) { $genapiArgs+=@("--assembly-reference",$netRef) }
211
226
if ($systemClientModelRef) { $genapiArgs+=@("--assembly-reference",$systemClientModelRef) }
227
+
if ($systemNetServerSentEventsRef) { $genapiArgs+=@("--assembly-reference",$systemNetServerSentEventsRef) }
212
228
if ($microsoftExtensionsLoggingAbstractionsRef) { $genapiArgs+=@("--assembly-reference",$microsoftExtensionsLoggingAbstractionsRef) }
213
229
if ($microsoftExtensionsDependencyInjectionAbstractionsRef) { $genapiArgs+=@("--assembly-reference",$microsoftExtensionsDependencyInjectionAbstractionsRef) }
214
230
if ($systemMemoryDataRef) { $genapiArgs+=@("--assembly-reference",$systemMemoryDataRef) }
0 commit comments