Skip to content

Commit

Permalink
Baseline matches current release (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m authored Nov 29, 2023
1 parent bb02b9c commit 6326c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<LangVersion>9.0</LangVersion>
<PackageVersion>5.0.0</PackageVersion>
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>4.1.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>5.0.0</PackageValidationBaselineVersion>
</PropertyGroup>

<PropertyGroup Label="Source Link">
Expand Down
21 changes: 0 additions & 21 deletions src/Microsoft.Identity.Abstractions/CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Microsoft.Identity.Abstractions.DownstreamApiOptionsReadOnlyHttpMethod.#ctor(Microsoft.Identity.Abstractions.DownstreamApiOptions,System.Net.Http.HttpMethod)</Target>
<Left>lib/net462/Microsoft.Identity.Abstractions.dll</Left>
<Right>lib/net462/Microsoft.Identity.Abstractions.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Microsoft.Identity.Abstractions.DownstreamApiOptionsReadOnlyHttpMethod.#ctor(Microsoft.Identity.Abstractions.DownstreamApiOptions,System.Net.Http.HttpMethod)</Target>
<Left>lib/netstandard2.0/Microsoft.Identity.Abstractions.dll</Left>
<Right>lib/netstandard2.0/Microsoft.Identity.Abstractions.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Microsoft.Identity.Abstractions.DownstreamApiOptionsReadOnlyHttpMethod.#ctor(Microsoft.Identity.Abstractions.DownstreamApiOptions,System.Net.Http.HttpMethod)</Target>
<Left>lib/netstandard2.1/Microsoft.Identity.Abstractions.dll</Left>
<Right>lib/netstandard2.1/Microsoft.Identity.Abstractions.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0003</DiagnosticId>
<Target>Microsoft.Identity.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae</Target>
Expand Down

0 comments on commit 6326c0e

Please sign in to comment.