Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kotalik <jukotali@microsoft.com>2020-06-17 23:53:19 +0300
committerGitHub <noreply@github.com>2020-06-17 23:53:19 +0300
commitc5b7eab3454f65ce9bb54c21666ae0c7b9683cf8 (patch)
tree164eafd0f3abd702956158b75cd87ecb007de817
parentb8de65dbac52315efb89308c0ecf71c80065013c (diff)
Update Microsoft.AspNetCore.Server.HttpSys.csproj
-rw-r--r--src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj b/src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj
index dabe46a33b..72b994fff3 100644
--- a/src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj
+++ b/src/Servers/HttpSys/src/Microsoft.AspNetCore.Server.HttpSys.csproj
@@ -14,7 +14,7 @@
<ItemGroup>
<Compile Include="$(SharedSourceRoot)HttpSys\**\*.cs" />
<Compile Include="$(SharedSourceRoot)Buffers.MemoryPool\*.cs" LinkBase="MemoryPool" />
- <Compile Include="$(SharedSourceRoot)ServerInfrastructure\*.cs" LinkBase="ServerInfrastructure" />
+ <Compile Include="$(SharedSourceRoot)ServerInfrastructure\StringUtilities.cs" LinkBase="ServerInfrastructure\StringUtilities.cs" />
<Compile Include="$(SharedSourceRoot)TaskToApm.cs" />
</ItemGroup>