File tree 1 file changed +2
-2
lines changed
src/Serilog.Settings.Configuration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.</Description >
5
5
<!-- 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 >
7
7
<Authors >Serilog Contributors</Authors >
8
8
<!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.settings.configuration at
9
9
the target version. -->
38
38
<ItemGroup >
39
39
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
40
40
<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 " />
42
42
</ItemGroup >
43
43
</Project >
You can’t perform that action at this time.
0 commit comments