Skip to content

Commit

Permalink
Disable EOL Target Frameworks check in newer SDKs (#40552)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Aug 8, 2020
1 parent 1db5808 commit 7ab3163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<!-- Determine what architecture we are building on. -->
<BuildArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant())</BuildArchitecture>

<!-- Turn off end of life target framework check as we still build for nca2.0 and nca3.0 some OOB libraries -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>

<Import Project="$(RepositoryEngineeringDir)Analyzers.props" />
Expand Down

0 comments on commit 7ab3163

Please sign in to comment.