Skip to content

Commit a654b70

Browse files
committed
Typo
1 parent 357903a commit a654b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<None Include="..\InProcessWebSite\web.config" CopyToOutputDirectory="PreserveNewest" />
2828
</ItemGroup>
2929

30-
<PropertyGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
30+
<PropertyGroup Condition="'$(TargetFramework)' == '$(NetMinimum)'">
3131
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
3232
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
3333
</PropertyGroup>
3434

35-
<ItemGroup Condition="'$(TargetFrameworks)' == '$(NetMinimum)'">
35+
<ItemGroup Condition="'$(TargetFramework)' == '$(NetMinimum)'">
3636
<FrameworkReference Include="Microsoft.AspNetCore.App" />
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)