Skip to content

Commit

Permalink
v10 - compat file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jun 7, 2023
1 parent 8d22aec commit 676da8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions uSync.Core/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:uSync.Core.Mapping.ImagePathMapper.#ctor(Microsoft.Extensions.Configuration.IConfiguration,Umbraco.Cms.Core.Services.IEntityService,Microsoft.Extensions.Logging.ILogger{uSync.Core.Mapping.ImagePathMapper})</Target>
<Left>lib/net6.0/uSync.Core.dll</Left>
<Right>lib/net6.0/uSync.Core.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 676da8f

Please sign in to comment.