Skip to content

Commit

Permalink
Remove public API analyzer from desktop project (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS authored Dec 14, 2024
1 parent cc2ce88 commit 431b732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@
<PackageReference Include="Microsoft.Web.WebView2" />
<ProjectReference Include="..\Microsoft.Identity.Client.Broker\Microsoft.Identity.Client.Broker.csproj" />
<ProjectReference Include="..\Microsoft.Identity.Client\Microsoft.Identity.Client.csproj" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="PublicAPI/PublicAPI.Shipped.txt" />
<AdditionalFiles Include="PublicAPI/PublicAPI.Unshipped.txt" />

<!-- This package is being built against netcore3.1, which causes this analyzer to produce errors in MSAL netcore3.1, even though MSAL isn't built against that-->
<PackageReference Remove="Microsoft.CodeAnalysis.PublicApiAnalyzers" />
</ItemGroup>

</Project>

This file was deleted.

Empty file.

0 comments on commit 431b732

Please sign in to comment.