File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments