We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7b928 commit 2928acfCopy full SHA for 2928acf
src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj
@@ -22,7 +22,7 @@
22
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
23
<PackageReference Include="Serilog" Version="4.2.0" />
24
<!-- The version of this reference must match the major and minor components of the package version prefix. -->
25
- <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0-*" />
+ <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0" />
26
</ItemGroup>
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' ">
0 commit comments