Skip to content

Commit 71ba0e3

Browse files
authored
Merge pull request #440 from serilog/dev
8.0.4 Release
2 parents 0714258 + 0c31659 commit 71ba0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Serilog.Settings.Configuration/Serilog.Settings.Configuration.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.</Description>
55
<!-- This must match the major and minor components of the referenced Microsoft.Extensions.Logging package. -->
6-
<VersionPrefix>8.0.3</VersionPrefix>
6+
<VersionPrefix>8.0.4</VersionPrefix>
77
<Authors>Serilog Contributors</Authors>
88
<!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.settings.configuration at
99
the target version. -->
@@ -38,6 +38,6 @@
3838
<ItemGroup>
3939
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
4040
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
41-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.1" />
41+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
4242
</ItemGroup>
4343
</Project>

0 commit comments

Comments
 (0)