Skip to content

Commit 44c0964

Browse files
chore(deps): bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.EnvironmentVariables
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.3) Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 9.0.0 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fc3346 commit 44c0964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typewriter/Typewriter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2020
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.3" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
22-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.3" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="9.0.0" />
2525
<PackageReference Include="Nito.AsyncEx">

0 commit comments

Comments
 (0)