File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 43
43
<PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
44
44
</ItemGroup >
45
45
46
+ <!-- Package Validation -->
47
+ <PropertyGroup >
48
+ <GenerateCompatibilitySuppressionFile >false</GenerateCompatibilitySuppressionFile >
49
+ <EnablePackageValidation >true</EnablePackageValidation >
50
+ <PackageValidationBaselineVersion >10.0.0</PackageValidationBaselineVersion >
51
+ <EnableStrictModeForCompatibleFrameworksInPackage >true</EnableStrictModeForCompatibleFrameworksInPackage >
52
+ <EnableStrictModeForCompatibleTfms >true</EnableStrictModeForCompatibleTfms >
53
+ </PropertyGroup >
54
+
46
55
<ItemGroup >
47
56
<Content Include =" $(MSBuildThisFileDirectory)icon.png" Pack =" true" PackagePath =" " Visible =" false" />
48
57
</ItemGroup >
You can’t perform that action at this time.
0 commit comments