Skip to content

Commit

Permalink
build!: Remove unused dependency Microsoft.AspNetCore.Authorization
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Projects using that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves.
Although this is a breaking change, we will release it a new minor version oly as we find it would be more disruptive otherwise.
  • Loading branch information
amanda-tarafa authored and jskeet committed Apr 23, 2024
1 parent f7788cc commit 1e286c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Supported Platforms:

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="3.0.3" />
<ProjectReference Include="..\Google.Apis.Auth\Google.Apis.Auth.csproj" />

<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
Expand Down

0 comments on commit 1e286c8

Please sign in to comment.