Skip to content

Commit c464b1a

Browse files
authored
Merge pull request #4 from agenixframework/dependabot/nuget/Dashboard.Tests/Microsoft.Extensions.Configuration.Binder-9.0.8
chore: Bump Microsoft.Extensions.Configuration.Binder from 9.0.6 to 9.0.8
2 parents cb83d5d + 4dfaed1 commit c464b1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dashboard.Tests/Dashboard.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="bunit" Version="1.40.0"/>
99
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8"/>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.6"/>
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.8"/>
1111
</ItemGroup>
1212
<ItemGroup>
1313
<ProjectReference Include="..\dashboard\Dashboard.csproj"/>

dashboard/Dashboard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</ItemGroup>
2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.8" />
2728
<ProjectReference Include="..\Agenix.PlaywrightGrid.Domain\Agenix.PlaywrightGrid.Domain.csproj" />
2829
</ItemGroup>
2930
</Project>

0 commit comments

Comments
 (0)