Skip to content

Commit 2928acf

Browse files
authored
No need for 10-* wildcard
1 parent 7f7b928 commit 2928acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
2323
<PackageReference Include="Serilog" Version="4.2.0" />
2424
<!-- 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-*" />
25+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' ">

0 commit comments

Comments
 (0)