Skip to content

Commit

Permalink
build compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 25, 2023
1 parent 0bcf918 commit c2de644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions uSync.BackOffice/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@
<Right>lib/net6.0/uSync.BackOffice.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:uSync.BackOffice.Controllers.Trees.uSyncTreeController</Target>
<Left>lib/net6.0/uSync.BackOffice.dll</Left>
<Right>lib/net6.0/uSync.BackOffice.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>
4 changes: 1 addition & 3 deletions uSync.BackOffice/uSync.BackOffice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@
</ItemGroup>

<!-- Package Validation -->
<!--
<PropertyGroup>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>10.0.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>10.6.0</PackageValidationBaselineVersion>
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
</PropertyGroup>
-->
</Project>

0 comments on commit c2de644

Please sign in to comment.