Skip to content

Commit d45b600

Browse files
committed
Just kestrel.core
1 parent c42ea80 commit d45b600

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.3.0" >
38+
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" >
3939
<AllowExplicitReference>true</AllowExplicitReference>
4040
</PackageReference>
41-
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.3.0" >
41+
<PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" >
4242
<AllowExplicitReference>true</AllowExplicitReference>
4343
</PackageReference>
44-
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.3.0" >
44+
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" >
4545
<AllowExplicitReference>true</AllowExplicitReference>
4646
</PackageReference>
47-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.3.0" >
47+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" >
4848
<AllowExplicitReference>true</AllowExplicitReference>
4949
</PackageReference>
5050
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.6" >
5151
<AllowExplicitReference>true</AllowExplicitReference>
5252
</PackageReference>
53-
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.3.0" >
53+
<PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" >
5454
<AllowExplicitReference>true</AllowExplicitReference>
5555
</PackageReference>
56-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" >
56+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" >
5757
<AllowExplicitReference>true</AllowExplicitReference>
5858
</PackageReference>
59-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" >
59+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" >
6060
<AllowExplicitReference>true</AllowExplicitReference>
6161
</PackageReference>
62-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" >
62+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" >
6363
<AllowExplicitReference>true</AllowExplicitReference>
6464
</PackageReference>
6565
<Reference Include="xunit.assert" />

0 commit comments

Comments
 (0)