Skip to content

Commit

Permalink
Update Microsoft.AspNetCore.Authentication.Cookies requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [Microsoft.AspNetCore.Authentication.Cookies](https://github.com/aspnet/Security) to permit the latest version.
- [Release notes](https://github.com/aspnet/Security/releases)
- [Commits](aspnet/Security@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Cookies
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 69f330e commit fb08dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="GraphQL.SystemTextJson" Version="$(GraphQLVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.1.*" Condition="'$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'netcoreapp2.1'" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.*" Condition="'$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'netcoreapp2.1'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fb08dde

Please sign in to comment.