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.
1 parent e808199 commit c91034cCopy full SHA for c91034c
src/SignalR/clients/ts/FunctionalTests/SignalR.Client.FunctionalTestApp.csproj
@@ -41,6 +41,13 @@
41
<Folder Include="wwwroot\js\" />
42
</ItemGroup>
43
44
+ <ItemGroup>
45
+ <!-- Workaround missing entries in deps files. Still under investigation -->
46
+ <RuntimeHostConfigurationOption
47
+ Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
48
+ Value="true" />
49
+ </ItemGroup>
50
+
51
<ItemGroup>
52
<TypeScriptCompile Include="selenium\run-ci-tests.ts" />
53
<TypeScriptCompile Include="selenium\run-tests.ts" />
0 commit comments