Skip to content

Commit f115f9d

Browse files
committed
Multitarget
1 parent d45b600 commit f115f9d

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

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

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\..\..\build\testsite.props" />
33

44
<PropertyGroup>
5-
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5+
<TargetFrameworks>$(DefaultNetCoreTargetFramework);$(NetMinimum)</TargetFrameworks>
66
<AssemblyName>InProcessWebSite</AssemblyName>
77
<DefineConstants>FORWARDCOMPAT</DefineConstants>
88
<CompileUsingReferenceAssemblies>false</CompileUsingReferenceAssemblies>
@@ -26,42 +26,6 @@
2626
<None Include="..\InProcessWebSite\wwwroot\**" CopyToOutputDirectory="PreserveNewest" LinkBase="wwwroot/"/>
2727
<None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" />
2828
</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>
6529
<Reference Include="xunit.assert" />
6630
</ItemGroup>
6731
</Project>

0 commit comments

Comments
 (0)