Skip to content

Commit fc373c1

Browse files
committed
More TFMs
1 parent 75b71e8 commit fc373c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IISIntegration/build/repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<MSBuild
116116
Projects="$(StressAppBasePath)\StressTestWebSite.csproj"
117117
Targets="Publish"
118-
Properties="TargetFramework=netcoreapp2.2;Configuration=$(Configuration);RuntimeIdentifier=win7-%(Platforms.Identity);PublishDir=$(StressAppPublishPath)\%(Identity);BuildProjectReferences=false" />
118+
Properties="TargetFramework=netcoreapp3.0;Configuration=$(Configuration);RuntimeIdentifier=win7-%(Platforms.Identity);PublishDir=$(StressAppPublishPath)\%(Identity);BuildProjectReferences=false" />
119119

120120
<ItemGroup>
121121
<StressAppFiles Include="$(StressAppPublishPath)\**\*" />

src/IISIntegration/test/Common.FunctionalTests/PublishedSitesFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public IISDeploymentParameters GetBaseDeploymentParameters(ApplicationPublisher
4646
new DeploymentParameters(publisher.ApplicationPath, DeployerSelector.ServerType, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64)
4747
{
4848
HostingModel = hostingModel,
49-
TargetFramework = "netcoreapp2.2",
49+
TargetFramework = Tfm.NetCoreApp30,
5050
AncmVersion = AncmVersion.AspNetCoreModuleV2
5151
},
5252
publish);

0 commit comments

Comments
 (0)