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 c4e8ade commit 5afc487Copy full SHA for 5afc487
BitFaster.Caching/BitFaster.Caching.csproj
@@ -25,6 +25,11 @@
25
<FileVersion>2.1.3.0</FileVersion>
26
<GenerateDocumentationFile>true</GenerateDocumentationFile>
27
<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>
33
</PropertyGroup>
34
35
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments