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:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-07-11 23:03:01 +0300
committerGitHub <noreply@github.com>2022-07-11 23:03:01 +0300
commit619a7d9b195057173e9513de51cdbf8ae796a263 (patch)
tree10113091d12efe3fbe5364ce1fc542115999d191
parentab518bbcc5566bf9464f67d583ab811b62371a6d (diff)
-rw-r--r--src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj b/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj
index 9edc221a06..ade794317b 100644
--- a/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj
+++ b/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj
@@ -28,13 +28,6 @@
</ItemGroup>
<ItemGroup>
- <!-- This package is hard-coded to the 2.2.0 package as a part of ensuring ANCM stays forward compatible. -->
- <PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="2.2.6">
- <AllowExplicitReference>true</AllowExplicitReference>
- </PackageReference>
- </ItemGroup>
-
- <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" >
<AllowExplicitReference>true</AllowExplicitReference>
</PackageReference>