Skip to content

Commit 5afc487

Browse files
authored
validate package (#343)
* validate * rem bckup * suppress ---------
1 parent c4e8ade commit 5afc487

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<FileVersion>2.1.3.0</FileVersion>
2626
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2727
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
28+
<!--Package Validation-->
29+
<EnablePackageValidation>true</EnablePackageValidation>
30+
<PackageValidationBaselineVersion>2.1.3</PackageValidationBaselineVersion>
31+
<!--FastConcurrentTLru/ConcurrentTLru have illegal base type switching -->
32+
<NoWarn >$(NoWarn);CP0007</NoWarn>
2833
</PropertyGroup>
2934

3035
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)