Skip to content

Commit 9becf8f

Browse files
committed
Update ApiCompat validation to version 1.0.0-rc.3
1 parent 1f4890d commit 9becf8f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/ApiCompatBaseline.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Serilog.Formatting.Log4Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
See https://stu.dev/check-for-breaking-changes-with-apicompat/ for more information -->
6060
<Target Name="SetupResolvedMatchingContract" BeforeTargets="ValidateApiCompatForSrc">
6161
<PropertyGroup>
62-
<ContractVersion>1.0.0-rc.2</ContractVersion>
62+
<ContractVersion>1.0.0-rc.3</ContractVersion>
6363
<ContractFilePath>$([System.IO.Path]::Combine($(NuGetPackageRoot),$(PackageId.ToLowerInvariant()),$(ContractVersion),'lib',$(TargetFramework),$(TargetFileName)))</ContractFilePath>
6464
</PropertyGroup>
6565
<ItemGroup>

0 commit comments

Comments
 (0)