|
2 | 2 | <Import Project="..\..\..\..\build\testsite.props" /> |
3 | 3 |
|
4 | 4 | <PropertyGroup> |
5 | | - <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> |
| 5 | + <TargetFrameworks>$(DefaultNetCoreTargetFramework);$(NetMinimum)</TargetFrameworks> |
6 | 6 | <AssemblyName>InProcessWebSite</AssemblyName> |
7 | 7 | <DefineConstants>FORWARDCOMPAT</DefineConstants> |
8 | 8 | <CompileUsingReferenceAssemblies>false</CompileUsingReferenceAssemblies> |
|
26 | 26 | <None Include="..\InProcessWebSite\wwwroot\**" CopyToOutputDirectory="PreserveNewest" LinkBase="wwwroot/"/> |
27 | 27 | <None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" /> |
28 | 28 | </ItemGroup> |
29 | | - |
30 | | - <ItemGroup> |
31 | | - <!-- This package is hard-coded to the 2.2.0 package as a part of ensuring ANCM stays forward compatible. --> |
32 | | - <PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="2.2.6"> |
33 | | - <AllowExplicitReference>true</AllowExplicitReference> |
34 | | - </PackageReference> |
35 | | - </ItemGroup> |
36 | | - |
37 | | - <ItemGroup> |
38 | | - <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" > |
39 | | - <AllowExplicitReference>true</AllowExplicitReference> |
40 | | - </PackageReference> |
41 | | - <PackageReference Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" > |
42 | | - <AllowExplicitReference>true</AllowExplicitReference> |
43 | | - </PackageReference> |
44 | | - <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.0" > |
45 | | - <AllowExplicitReference>true</AllowExplicitReference> |
46 | | - </PackageReference> |
47 | | - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" > |
48 | | - <AllowExplicitReference>true</AllowExplicitReference> |
49 | | - </PackageReference> |
50 | | - <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Core" Version="2.3.6" > |
51 | | - <AllowExplicitReference>true</AllowExplicitReference> |
52 | | - </PackageReference> |
53 | | - <PackageReference Include="Microsoft.AspNetCore.HttpsPolicy" Version="2.2.0" > |
54 | | - <AllowExplicitReference>true</AllowExplicitReference> |
55 | | - </PackageReference> |
56 | | - <PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" > |
57 | | - <AllowExplicitReference>true</AllowExplicitReference> |
58 | | - </PackageReference> |
59 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" > |
60 | | - <AllowExplicitReference>true</AllowExplicitReference> |
61 | | - </PackageReference> |
62 | | - <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" > |
63 | | - <AllowExplicitReference>true</AllowExplicitReference> |
64 | | - </PackageReference> |
65 | 29 | <Reference Include="xunit.assert" /> |
66 | 30 | </ItemGroup> |
67 | 31 | </Project> |
0 commit comments