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 3ec44a4 commit d5745f9Copy full SHA for d5745f9
Directory.Build.props
@@ -33,6 +33,15 @@
33
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
34
</PropertyGroup>
35
36
+ <!-- Package Validation -->
37
+ <PropertyGroup>
38
+ <GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
39
+ <EnablePackageValidation>true</EnablePackageValidation>
40
+ <PackageValidationBaselineVersion>12.0.0</PackageValidationBaselineVersion>
41
+ <EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
42
+ <EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
43
+ </PropertyGroup>
44
+
45
<ItemGroup>
46
<Content Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" PackagePath="" Visible="false" />
47
</ItemGroup>
0 commit comments