Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8090d99

Browse files
Suppress NETSDK1138 (TFM out of support warning)
1 parent 134b8ed commit 8090d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<UseSharedCompilation>false</UseSharedCompilation>
1919
<EnableNETAnalyzers>true</EnableNETAnalyzers>
2020
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
21+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
2122
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)CodingStyle.ruleset</CodeAnalysisRuleSet>
2223
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2324

0 commit comments

Comments
 (0)