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 721c539 commit f09b681Copy full SHA for f09b681
src/Hosting/Hosting/src/Microsoft.AspNetCore.Hosting.csproj
@@ -14,7 +14,7 @@
14
<Compile Include="$(SharedSourceRoot)RazorViews\*.cs" />
15
<Compile Include="$(SharedSourceRoot)StackTrace\**\*.cs" />
16
<Compile Include="$(SharedSourceRoot)ErrorPage\**\*.cs" />
17
- <Compile Include="$(SharedSourceRoot)StaticWebAssets\**\*.cs" />
+ <Compile Include="$(SharedSourceRoot)StaticWebAssets\**\*.cs" LinkBase="StaticWebAssets" />
18
</ItemGroup>
19
20
<ItemGroup>
src/Shared/StaticWebAssets/StaticWebAssetsFileProvider.cs renamed to src/Shared/StaticWebAssets/ManifestStaticWebAssetFileProvider.cs
0 commit comments