We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b88f4 commit c7a2b31Copy full SHA for c7a2b31
eng/targets/Settings.props
@@ -15,6 +15,9 @@
15
16
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
17
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
+
21
<!-- Disable the implicit nuget fallback folder as it makes it hard to locate and copy ref assemblies to the test output folder -->
22
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
23
<ToolsetPackagesDir>$(RepoRoot)build\ToolsetPackages\</ToolsetPackagesDir>
0 commit comments