|
35 | 35 | </ItemGroup> |
36 | 36 |
|
37 | 37 | <ItemGroup> |
38 | | - <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.3.0" > |
| 38 | + <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" > |
39 | 39 | <AllowExplicitReference>true</AllowExplicitReference> |
40 | 40 | </PackageReference> |
41 | | - <PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.3.0" > |
| 41 | + <PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" > |
42 | 42 | <AllowExplicitReference>true</AllowExplicitReference> |
43 | 43 | </PackageReference> |
44 | | - <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.3.0" > |
| 44 | + <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" > |
45 | 45 | <AllowExplicitReference>true</AllowExplicitReference> |
46 | 46 | </PackageReference> |
47 | | - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.3.0" > |
| 47 | + <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" > |
48 | 48 | <AllowExplicitReference>true</AllowExplicitReference> |
49 | 49 | </PackageReference> |
50 | 50 | <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.6" > |
51 | 51 | <AllowExplicitReference>true</AllowExplicitReference> |
52 | 52 | </PackageReference> |
53 | | - <PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.3.0" > |
| 53 | + <PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" > |
54 | 54 | <AllowExplicitReference>true</AllowExplicitReference> |
55 | 55 | </PackageReference> |
56 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" > |
| 56 | + <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" > |
57 | 57 | <AllowExplicitReference>true</AllowExplicitReference> |
58 | 58 | </PackageReference> |
59 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" > |
| 59 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" > |
60 | 60 | <AllowExplicitReference>true</AllowExplicitReference> |
61 | 61 | </PackageReference> |
62 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" > |
| 62 | + <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" > |
63 | 63 | <AllowExplicitReference>true</AllowExplicitReference> |
64 | 64 | </PackageReference> |
65 | 65 | <Reference Include="xunit.assert" /> |
|
0 commit comments