Skip to content

Commit c7a2b31

Browse files
authored
Disable EOL TargetFramework check.
1 parent 59b88f4 commit c7a2b31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/targets/Settings.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
1717

18+
<!-- This servicing branch needs to continue to target net7.0. This disables the SDK check for EOL target frameworks. -->
19+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
20+
1821
<!-- Disable the implicit nuget fallback folder as it makes it hard to locate and copy ref assemblies to the test output folder -->
1922
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
2023
<ToolsetPackagesDir>$(RepoRoot)build\ToolsetPackages\</ToolsetPackagesDir>

0 commit comments

Comments
 (0)