Skip to content

Commit 36e9192

Browse files
Bump Microsoft.Extensions.Configuration.Binder
Bumps [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) from 2.1.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7801da8 commit 36e9192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CZ.AspNetCore.EasyAuthAuthentication/CZ.AspNetCore.EasyAuthAuthentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.1.2" />
3333
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.1.1" />
3434
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.0" />
35-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.1.0" />
35+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
3636
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
3737
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.3.0" />
3838
</ItemGroup>

0 commit comments

Comments
 (0)