Skip to content

Commit e808199

Browse files
author
John Luo
committed
Experimental fix for StaticFiles.FunctionalTest
1 parent bc9c4cd commit e808199

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Middleware/StaticFiles/test/FunctionalTests/Microsoft.AspNetCore.StaticFiles.FunctionalTests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29+
<!-- Workaround missing entries in deps files. Still under investigation -->
30+
<RuntimeHostConfigurationOption
31+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
32+
Value="true" />
33+
2934
<Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" />
3035
<Reference Include="Microsoft.AspNetCore.StaticFiles" />
3136
<Reference Include="Microsoft.AspNetCore.Server.HttpSys" />

0 commit comments

Comments
 (0)