Skip to content

Commit 8325985

Browse files
committed
build: change package version for targetframework 8.0
1 parent 661d779 commit 8325985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
3232
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
33-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
33+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
3434
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
3535
</ItemGroup>
3636

0 commit comments

Comments
 (0)