File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Low-level Serilog provider for Microsoft.Extensions.Logging</Description >
5
+ <!-- This must match the major and minor components of the referenced Microsoft.Extensions.Logging package. -->
5
6
<VersionPrefix >7.0.0</VersionPrefix >
6
7
<Authors >Microsoft;Serilog Contributors</Authors >
7
- <!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.extensions.logging -->
8
+ <!-- These must match the Dependencies tab in https://www.nuget.org/packages/microsoft.extensions.logging at
9
+ the target version. -->
8
10
<TargetFrameworks >net462;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks >
9
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
12
<PackageTags >serilog;Microsoft.Extensions.Logging</PackageTags >
26
28
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" Visible =" false" />
27
29
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
28
30
<PackageReference Include =" Serilog" Version =" 2.12.0" />
31
+ <!-- The version of this reference must match the major and minor components of the package version prefix. -->
29
32
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 7.0.0" />
30
33
<PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
31
34
</ItemGroup >
You can’t perform that action at this time.
0 commit comments