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 823695b commit f73c4f8Copy full SHA for f73c4f8
src/Directory.Build.props
@@ -15,6 +15,8 @@
15
<DebugType>embedded</DebugType>
16
<EnablePackageValidation>true</EnablePackageValidation>
17
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
18
+ <EnableStrictModeForCompatibleFrameworksInPackageValidation>true</EnableStrictModeForCompatibleFrameworksInPackageValidation>
19
+ <EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
20
<LangVersion>preview</LangVersion>
21
<AnalysisLevel>latest-all</AnalysisLevel>
22
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
0 commit comments