Skip to content

Commit 794465b

Browse files
chore(deps): Bump System.Text.Encodings.Web from 8.0.0 to 10.0.0
--- updated-dependencies: - dependency-name: System.Text.Encodings.Web dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31e3506 commit 794465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.*" Condition="'$(TargetFramework)' == 'net8.0'" />
1111
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.14.0" />
1212

13-
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
13+
<PackageReference Include="System.Text.Encodings.Web" Version="10.0.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)