Skip to content

Commit c5b7eab

Browse files
authored
Update Microsoft.AspNetCore.Server.HttpSys.csproj
1 parent b8de65d commit c5b7eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<Compile Include="$(SharedSourceRoot)HttpSys\**\*.cs" />
1616
<Compile Include="$(SharedSourceRoot)Buffers.MemoryPool\*.cs" LinkBase="MemoryPool" />
17-
<Compile Include="$(SharedSourceRoot)ServerInfrastructure\*.cs" LinkBase="ServerInfrastructure" />
17+
<Compile Include="$(SharedSourceRoot)ServerInfrastructure\StringUtilities.cs" LinkBase="ServerInfrastructure\StringUtilities.cs" />
1818
<Compile Include="$(SharedSourceRoot)TaskToApm.cs" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)