Skip to content

Commit 7156bcf

Browse files
authored
Merge pull request #48 from IvanMurzak/update/dependencies
fix: Update Microsoft.Extensions.Logging.Console to version 10.0.1
2 parents ae26175 + 986a176 commit 7156bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ConsoleApp/ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.0" />
17+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.1" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)