Skip to content

Commit f9fb767

Browse files
committed
[up] Microsoft.Extensions.Configuration to 10.0.11
1 parent 46f63f2 commit f9fb767

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Simplify.Scheduler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Public `Stop`/`StopAsync` methods to shut the scheduler down programmatically (previously a running `Start`/`StartAsync` could only be released via `Ctrl + C`), enabling hosting and testing scenarios
88

9+
### Dependencies
10+
11+
- Microsoft.Extensions.Configuration bump to 10.0.11
12+
913
## [1.7.0] - 2026-06-25
1014

1115
### Fixed

src/Simplify.Scheduler/Simplify.Scheduler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="ncrontab" Version="3.4.0" />
2828
<PackageReference Include="Simplify.DI" Version="4.3.0" />
2929
<PackageReference Include="Simplify.System" Version="1.6.3" />
30-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.9" />
30+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.11" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)