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 b8de65d commit c5b7eabCopy full SHA for c5b7eab
src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj
@@ -14,7 +14,7 @@
14
<ItemGroup>
15
<Compile Include="$(SharedSourceRoot)HttpSys\**\*.cs" />
16
<Compile Include="$(SharedSourceRoot)Buffers.MemoryPool\*.cs" LinkBase="MemoryPool" />
17
- <Compile Include="$(SharedSourceRoot)ServerInfrastructure\*.cs" LinkBase="ServerInfrastructure" />
+ <Compile Include="$(SharedSourceRoot)ServerInfrastructure\StringUtilities.cs" LinkBase="ServerInfrastructure\StringUtilities.cs" />
18
<Compile Include="$(SharedSourceRoot)TaskToApm.cs" />
19
</ItemGroup>
20
0 commit comments